Re-exports§
pub use embassy_executor;
Structs§
- Environment
Variable - Join
Handle - Manager
- A manager for tasks.
- Signal
Accumulator - Task
Identifier
Enums§
Functions§
- block_
on - get_
instance - initialize
- sleep
- Sleep the current thread for a given duration.
- suspend
- Suspend the current task until the provided function is called with a context. The function will be called with a mutable reference to the task’s context, allowing it to wake the
- yield_
now - Yield the current thread, allowing other tasks to run.