Tokio v0.2.21
carllerche
released this
13 May 19:08
·
2080 commits
to master
since this release
Bug fixes and API polish.
Fixes
- macros: disambiguate built-in
#[test]
attribute in macro expansion (#2503) - rt:
LocalSet
and task budgeting (#2462). - rt: task budgeting with
block_in_place
(#2502). - sync: release
broadcast
channel memory without sending a value (#2509). - time: notify when resetting a
Delay
to a time in the past (#2290).