v0.1.0
What's Changed
task<>
scheduler affinity #290 and #506- Breaking change:
task<>
is Scheduler-aware. It inherits and propagates the current Scheduler just as it does with stop tokens. When awaiting arbitrary awaitables and senders, it wraps the awaitable/sender intyped_via
to thunk back onto the current Scheduler
Concludes #435: broken-stdlib
is merged into main
and will be removed.
Full Changelog: v.0.0.3...v0.1.0