Type Definition gosh_remote::task::RxInput

source ·
pub type RxInput<I, O> = Receiver<RemoteIO<I, O>>;
Expand description

The receiver of task for remote execution