pub unsafe extern "C" fn aws_thread_get_detach_state(
    thread: *mut aws_thread
) -> aws_thread_detach_state
Expand description

Gets the detach state of the thread. For example, is it safe to call join on this thread? Has it been detached()?