Expand description

Embedded async helpers

A collection of static firendly datastructures for helping async on embedded.

Modules

A mutex which internally uses an intrusive linked list to store nodes in the waiting Futures. Read/write access is guaranteed fair, with FIFO semantics.
A single slot queue.