Skip to main content

fdf_env_driver_suspend

Function fdf_env_driver_suspend 

Source
pub unsafe extern "C" fn fdf_env_driver_suspend(
    driver: *const c_void,
    completer: *mut fdf_env_suspend_completer_t,
)
Expand description

Asynchronously suspends the dispatchers owned by the driver. The runtime will stop accepting new work and drain existing work before calling the completer.