class IO::Event::Debug::Selector

def process_wait(*arguments)

Wait for the given process, forwarded to the underlying selector.
def process_wait(*arguments)
	log("Waiting for process with #{arguments.inspect}")
	@selector.process_wait(*arguments)
end