class Async::Wrapper

def wait_writable

Wait for the io to become writable.
def wait_writable
	wait_any(:w)
end