class Async::Scheduler

def block(blocker, timeout)

def block(blocker, timeout)
	@reactor.block(blocker, timeout)
end