Function libmcl_sys::mcl_wait

source ·
pub unsafe extern "C" fn mcl_wait(hdl: *mut mcl_handle) -> c_int
Expand description

@brief Block until the task associated with handle has finished

@param hdl THe handle associated with the task @return int 0 if the task completed, -1 if the wait timed out