Crate task

Crate task 

Source

Re-exports§

pub use embassy_executor;

Structs§

EnvironmentVariable
JoinHandle
Manager
A manager for tasks.
SignalAccumulator
TaskIdentifier

Enums§

Error
Signal
POSIX signals enumeration

Functions§

block_on
get_instance
initialize
sleep
Sleep the current thread for a given duration.
yield_now
Yield from the current task once, allowing other tasks to run.

Type Aliases§

Result
SpawnerIdentifier
TaskIdentifierInner

Attribute Macros§

run
A procedural macro to annotate functions that should run with a specific executor.
test
A procedural macro to annotate test functions.