pub type Rx<Q, R = ()> = Receiver<(Q, Option<Sender<R>>)>;
IPC type, that shall be passed to the thread’s main loop.
Refer to Thread::new for details.
pub struct Rx<Q, R = ()> { /* private fields */ }