Skip to main content

FDF_DISPATCHER_OPTION_UNSYNCHRONIZED

Constant FDF_DISPATCHER_OPTION_UNSYNCHRONIZED 

Source
pub const FDF_DISPATCHER_OPTION_UNSYNCHRONIZED: u32 = 1;
Expand description

This flag allows parallel calls into callbacks set in the dispatcher. Cannot be set in conjunction with FDF_DISPATCHER_OPTION_ALLOW_SYNC_CALLS.