Module asynch
Expand description
Provides async functionality.
This module bundles Ariel OS async functionality. It also wraps some Embassy types.
Modules§
- blocker
threading
Provides ablock_on()
function to use futures from a thread. - thread_
executor executor-thread
Provides an executor that should run inside a thread.
Structs§
- Handle to spawn tasks into an executor from any thread.
- Handle to spawn tasks into an executor.
Functions§
- Gets a spawner for the system executor.