pub unsafe extern "C" fn fdf_env_scan_threads_for_stalls()Expand description
Scans active thread pools for threads that are stalled on long running tasks and potentially spawn new threads to compensate.
ยงThread requirements
This should not be called from a thread managed by the driver runtime, such as from tasks or ChannelRead callbacks.