New channel task scheduling API
Pre-release
Pre-release
- 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.