[][src]Function thin_main_loop::call_io

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

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