class Async::Wrapper

def wait_writable

def wait_writable
	wait_any(:w)
end