MCPcopy Create free account
hub / github.com/alibaba/async_simple / CurrentExecutor

Class CurrentExecutor

async_simple/Executor.h:58–58  ·  view source on GitHub ↗

Awaitable to get the current executor. For example: ``` auto current_executor = co_await CurrentExecutor{}; ```

Source from the content-addressed store, hash-verified

56// co_await CurrentExecutor{};
57// ```
58struct CurrentExecutor {};
59
60// Executor is a scheduler for functions.
61//

Callers 3

sleepFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68