thread_func_t

Type Alias thread_func_t 

Source
pub type thread_func_t = Option<unsafe extern "C" fn(gl_comm: *mut thrcomm_t, tid: dim_t, params: *const c_void)>;

Aliased Type§

pub enum thread_func_t {
    None,
    Some(unsafe extern "C" fn(*mut thrcomm_s, i64, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut thrcomm_s, i64, *const c_void))

Some value of type T.