Function nstd_sys::thread::nstd_thread_is_finished
source · #[no_mangle]
pub extern "C" fn nstd_thread_is_finished(
thread: &NSTDThread
) -> NSTDBoolAvailable 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.