Crate task

Source

Re-exports§

pub use futures;
pub use embassy_executor;

Structs§

EnvironmentVariable
JoinHandle
Manager
A manager for tasks.
SignalAccumulator
TaskIdentifier

Enums§

Error
Signal
POSIX signals enumeration

Functions§

get_instance
initialize

Type Aliases§

Result
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.