class Async::Debug::Monitor

def method_missing(*arguments, &block)

def method_missing(*arguments, &block)
	@monitor.send(*arguments)
end