- Update dependencies
- Fix compilation on non-unix platforms
- Migrate to tokio 0.2
Added
-
Export
main
andtest
attribute macros -
Export
time
module (re-export of tokio-timer) -
Export
net
module (re-export of tokio-net)
- Migrate to std::future and tokio 0.2
- Fix arbiter's thread panic message.
- Allow to join arbiter's thread. #60
- Add arbiter specific storage
- Avoid a copy of the Future when initializing the Box. #29
- Allow to start System using exsiting CurrentThread Handle #22
- Moved
blocking
module toactix-threadpool
crate
-
Added
blocking
module -
Arbiter::exec_fn - execute fn on the arbiter's thread
-
Arbiter::exec - execute fn on the arbiter's thread and wait result
-
run
method returnsio::Result<()>
-
Removed
Handle
- Initial release