Expand description
A default, cross-platform backend.
-
On native platforms, it will use:
backend::native::tokiowhen thetokiofeature is enabled.backend::native::async-stdwhen theasync-stdfeature is enabled.backend::native::smolwhen thesmolfeature is enabled.backend::native::thread_poolotherwise.
-
On Wasm, it will use
backend::wasm::wasm_bindgen.
Type Aliasesยง
- Executor
- A
tokioexecutor.