Type Alias uct_worker_t

Source
pub type uct_worker_t = uct_worker;
Expand description

A progress engine and a domain for allocating communication resources. Different workers are progressed independently.

Aliased Type§

struct uct_worker_t {
    pub progress_q: ucs_callbackq,
}

Fields§

§progress_q: ucs_callbackq