Module asynch
Expand description
Provides async functionality.
This module bundles Ariel OS async functionality. It also wraps some Embassy types.
Modules§
- thread_
executor executor-thread - Provides an executor that should run inside a thread.
Structs§
- Send
Spawner - Handle to spawn tasks into an executor from any thread.
- Spawner
- Handle to spawn tasks into an executor.