class Async::Wrapper

def close_monitor

def close_monitor
	if @monitor
		@monitor.close
		@monitor = nil
	end
end