Skip to main content

Module executor

Module executor 

Source

Structs§

Executor
A handle to a multi-threaded async executor.
SmolEx
An async executor.

Statics§

GLOBAL_EXECUTOR 🔒

Functions§

global_executor
Returns the process-wide global executor, driven on its own thread. Single-threaded on smol, multi-threaded on tokio.