flipperzero_sys

Constant FuriEventLoopEvent_FuriEventLoopEventFlagOnce

Source
pub const FuriEventLoopEvent_FuriEventLoopEventFlagOnce: FuriEventLoopEvent = 8;
Expand description

Automatically unsubscribe from events after one time.

By default, events will be generated each time the specified conditions have been met. If this flag IS set, the event subscription will be cancelled upon the first occurred event and no further events will be generated.