pub type RxInput<I, O> = Receiver<RemoteIO<I, O>>;
The receiver of task for remote execution
pub struct RxInput<I, O> { /* private fields */ }