Skip to main content

Module asynch

Module asynch 

Source

Structs§

HalIsrNotification
Single-slot lock-free signaling primitive supporting signalling with a u32 bit-set.
IsrNotification
Single-slot lock-free signaling primitive supporting signalling with a u32 bit-set.
IsrReactor
IsrReactor is a utility allowing Waker instances to be awoken fron an ISR context.
IsrReactorConfig
Wake runner configuration

Statics§

HAL_ISR_REACTOR
The HAL-global wake runner. You should use no more than 64 tasks with it.