pub const FDF_CHANNEL_WAIT_OPTION_FORCE_ASYNC_CANCEL: u32 = 1;Expand description
This flag forces a channel wait to call its callback on cancellation, even if the wait starts on a synchronized dispatcher. This allows for safe cancellation of the wait from a different dispatcher than the one it started on.