thread_pool

Type Alias Rx

source
pub(crate) type Rx = Arc<Mutex<Receiver<Job>>>;

Aliased Typeยง

struct Rx { /* private fields */ }