patch_seq_wait_all_strands

Function patch_seq_wait_all_strands 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_wait_all_strands()
Expand description

Wait for all strands to complete

ยงSafety

Always safe to call. Blocks until all spawned strands have completed.

Uses event-driven synchronization via condition variable - no polling overhead.