pub unsafe extern "C" fn aws_thread_join(
    thread: *mut aws_thread
) -> c_int
Expand 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.