Skip to main content
Module executor
karyon_
core
1.0.0-alpha.9
Module executor
Module Items
Structs
Statics
Functions
In karyon_
core::
async_
runtime
karyon_core
::
async_runtime
Module
executor
Copy item path
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
.