Expand description
Provides access to the current executor in various contexts.
This module implements the executor discovery mechanism that allows async code to spawn tasks without explicitly passing an executor reference.
Functionsยง
- current_
executor - Accesses the current executor using a hierarchical discovery mechanism.