Skip to content

v0.1.0

Compare
Choose a tag to compare
@janondrusek janondrusek released this 03 May 18:03
· 93 commits to main since this release

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 in typed_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