mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
456 B
456 B
0.1.2 (February 20, 2019)
Fixes
mpscandSemaphorewhen releasing permits (#904).oneshottask handle leak (#911).
Changes
- Performance improvements in
AtomicTask(#892). - Improved assert message when creating a channel with bound of zero (#906).
Adds
AtomicTask::take_task(#895).
0.1.1 (February 1, 2019)
Fixes
- Panic when creating a channel with bound 0 (#879).
0.1.0 (January 24, 2019)
- Initial Release