thread_
pool
2.1.0
Rx
Aliased type
In crate thread_
pool
thread_pool
Type Alias
Rx
Copy item path
source
pub(crate) type Rx =
Arc
<
Mutex
<
Receiver
<
Job
>>>;
Aliased Type
ยง
struct Rx {
/* private fields */
}