v0.2.0
What's Changed
- move
v1::async_scope
into inlinev1
namespace #511 - Breaking change:
v1::async_scope
becameunifex::async_scope
- previous generation
v0::async_scope
must be fully qualified
- Migration to
v1::async_scope
:- replace existing use of
spawn()
withdetached_spawn()
- replace
spawn_on
withdetached_spawn_on()
- replace
spawn_call_on()
withdetached_spawn_call_on()
- replace existing use of
Full Changelog: v0.1.0...v0.2.0