pub unsafe extern "C" fn mcl_wait(hdl: *mut mcl_handle) -> c_intExpand 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