- Make documentation for the
prelude
module properly link to reexports (#31)
- FD leak caused by leaky strong Arc reference (#28)
- Compiler warnings in the threadpool runtime (#21)
- Removed unnecessary
'static
bounds on thecurrent_thread
runtime'sblock_on
/block_on_std
functions that broke API compatibility with Tokio 0.1 (#17)
- Implementation of
futures
0.1Executor
trait forTaskExecutor
s (#18)
- Dependencies on
futures-core-preview
andfutures-util-preview
updated to releasefutures
0.3 versions (#14)
- Hang when calling
block_on
twice on the sameRuntime
(#11) Runtime::shutdown_on_idle
andcurrent_thread::Runtime::run
completing early when a future has completed previously on that runtime (#12)
- Initial release