Rx

Type Alias Rx 

Source
pub type Rx<Q, R = ()> = Receiver<(Q, Option<Sender<R>>)>;
Expand description

IPC type, that shall be passed to the thread’s main loop.

Refer to Thread::new for details.

Aliased Type§

pub struct Rx<Q, R = ()> { /* private fields */ }