class Net::SSH::Connection::Session

def postprocess(readers, writers)

This is called internally as part of #process.
def postprocess(readers, writers)
  ev_do_handle_events(readers, writers)
end