pub const FDF_DISPATCHER_OPTION_NO_THREAD_MIGRATION: u32 = 4;Expand description
This flag indicates that the dispatcher must not have its thread migrated at
runtime. It can only be used if the dispatcher’s scheduler role has the
FDF_SCHEDULER_ROLE_OPTION_NO_SYNC_CALLS option set.