pub unsafe extern "C" fn aws_thread_set_managed_join_timeout_ns(
timeout_in_ns: u64
)
Expand description
Overrides how long, in nanoseconds, that aws_thread_join_all_managed will wait for threads to complete. A value of zero will result in an unbounded wait.