Expand description
Lightweight wrapper around Zephyr’s k_queue.
The underlying operations on the k_queue are all unsafe, as the model does not match the
borrowing model that Rust expects. This module is mainly intended to be used by the
implementation of zephyr::sys::channel, which can be used without needing unsafe.
Structs§
- Queue
- A wrapper around a Zephyr
k_queueobject.