Skip to content

New channel task scheduling API

Pre-release
Pre-release

Choose a tag to compare

@bretambrose bretambrose released this 31 May 23:14
· 194 commits to main since this release
8b93aae
  • Adds a channel task scheduling API that always uses the cross-thread task queue. This API guarantees serialized order-of-submission is order-of-execution. The default API does not guarantee this because tasks submitted on the event loop thread may jump ahead of tasks already in the cross-thread queue.