Expand description
§Embedded async helpers
A collection of static
firendly datastructures for helping async on embedded.
Modules§
- fair_
share - 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. - ssq
- A single slot queue.