Crate taskette

Crate taskette 

Source
Expand description

§Architecture-independent core functions of taskette

This is the architecture-independent part of taskette multitasking library. You also need to use an architecture-specific crate such as taskette-cortex-m, and probably the utility crate taskette-utils.

Re-exports§

pub use portable_atomic;

Modules§

arch
Interface for architecture-dependent functions implemented in separate crates.
futex
Low-level synchronization primitive modeled after Linux futex mechanism.
scheduler
Task scheduler implementation and related functions.
task
Task manipulation functions.
timer
Time management, sleeping, and other timer functions.

Macros§

debug
dispatch_log
info
trace

Enums§

Error