- implement
TypedExecutor
(#993).
- Documentation typos (#882).
- Fix shutdown on idle (#763).
- Fix minimal versions
- Implement
futures::Executor
for executor types (#563) - Spawning performance improvements (#565)
- Implement
std::Error
for misc error types (#501) - bugfix: Track tasks pending in spawn queue (#478)
- Extract
tokio::executor::current_thread
to a tokio-current-thread crate (#356)