#[no_mangle]
pub extern "C" fn nstd_thread_is_finished(
    thread: &NSTDThread
) -> NSTDBool
Available on crate feature nstd_thread only.
Expand description

Checks if a thread has finished running.

Parameters:

  • const NSTDThread *thread - A handle to the thread.

Returns

NSTDBool is_finished - True if the thread associated with the handle has finished executing.