pub unsafe extern "C" fn fdf_env_destroy_all_dispatchers()Expand description
Destroys all dispatchers in the process and blocks the current thread until each runtime dispatcher in the process is observed to have been destroyed.
This should only be used called after all dispatchers have been shutdown.
ยงThread requirements
This should not be called from a thread managed by the driver runtime, such as from tasks or ChannelRead callbacks.