pub unsafe extern "C" fn aws_thread_clean_up(thread: *mut aws_thread)
Expand description
Cleans up the thread handle. Don’t call this on a managed thread. If you wish to join the thread, you must join before calling this function.
pub unsafe extern "C" fn aws_thread_clean_up(thread: *mut aws_thread)
Cleans up the thread handle. Don’t call this on a managed thread. If you wish to join the thread, you must join before calling this function.