class Async::Wrapper

def wait_readable(duration = nil)

Wait for the io to become readable.
def wait_readable(duration = nil)
	wait_any(:r, duration)
end