class Async::Wrapper

def wait_any(interests = :rw)

def wait_any(interests = :rw)
	monitor(interests) do
		Task.yield
	end
end