pub unsafe extern "C" fn aws_thread_join(
thread: *mut aws_thread
) -> c_intExpand description
Joins the calling thread to a thread instance. Returns when thread is finished. Calling this from the associated OS thread will cause a deadlock.
pub unsafe extern "C" fn aws_thread_join(
thread: *mut aws_thread
) -> c_intJoins the calling thread to a thread instance. Returns when thread is finished. Calling this from the associated OS thread will cause a deadlock.