Function libmcl_sys::mcl_init
source · pub unsafe extern "C" fn mcl_init(
num_workers: u64,
flags: u64
) -> c_intExpand description
@brief Initialize MCL
@param num_workers Number of concurrent workers will pull and execute tasks from the queue @param flags Unimplemented @return int 0 on success, non-zero otherwise