pub unsafe extern "C" fn aws_thread_join_all_managed() -> c_int
Expand description

Blocking call that waits for all managed threads to complete their join call. This can only be called from the main thread or a non-managed thread.

This gets called automatically from library cleanup.

By default the wait is unbounded, but that default can be overridden via aws_thread_set_managed_join_timeout_ns()