rtic_common::wait_queue

Type Alias WaitQueue

source
pub type WaitQueue = DoublyLinkedList<Waker>;
Expand description

A helper definition of a wait queue.

Aliased Typeยง

struct WaitQueue { /* private fields */ }