class Async::Wrapper

def wait_readable

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