You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve multiple executor support
+ allow spawn handle to return a different type than the
spawned future's return value (used by tokio::spawn)
+ update to tokio 1.0
Minor optimizations and bug-fixes
+ use `slab::Slab` for wakers (inspired by async-std)
+ refactor `Cancellation` concerns
+ lock-free read of cancellation status
+ better variable names!
+ hide cancellation until API matures