pub unsafe extern "C" fn aws_thread_decrement_unjoined_count()
Expand description

Decrements the count of unjoined threads in the managed thread system. Used by managed threads and event loop threads. Additional usage requires the user to join corresponding threads themselves and correctly increment/decrement even in the face of launch/join errors.

aws_thread_join_all_managed() will not return until this count has gone to zero.