1.4 KiB
1.4 KiB
1.1.0 (February 5, 2021)
- add
start_pausedoption to macros (#3492)
1.0.0 (December 23, 2020)
- track
tokio1.0 release.
0.3.1 (October 25, 2020)
Fixed
- fix incorrect docs regarding
max_threadsoption (#3038)
0.3.0 (October 15, 2020)
- Track
tokio0.3 release.
Changed
- options are renamed to track
tokioruntime builder fn names. #[tokio::main]macro requiresrt-multi-threadwhen noflavoris specified.
0.2.5 (February 27, 2019)
Fixed
- doc improvements (#2225).
0.2.4 (January 27, 2019)
Fixed
- generics on
#[tokio::main]function (#2177).
Added
- support for
tokio::select!(#2152).
0.2.3 (January 7, 2019)
Fixed
- Revert breaking change.
0.2.2 (January 7, 2019)
Added
0.2.1 (December 18, 2019)
Fixes
- inherit visibility when wrapping async fn (#1954).
0.2.0 (November 26, 2019)
- Initial release