Function call_io

Source
pub fn call_io<IO: IOAble + 'static>(io: IO) -> Result<(), MainLoopError>
Expand description

Calls IOAble’s callbacks when there is data to be read or written.