v0.2.0
What's Changed
- move
v1::async_scopeinto inlinev1namespace #511 - Breaking change:
v1::async_scopebecameunifex::async_scope- previous generation
v0::async_scopemust be fully qualified
- Migration to
v1::async_scope:- replace existing use of
spawn()withdetached_spawn() - replace
spawn_onwithdetached_spawn_on() - replace
spawn_call_on()withdetached_spawn_call_on()
- replace existing use of
Full Changelog: v0.1.0...v0.2.0