Skip to main content

Module current_executor

Module current_executor 

Source
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.