class IO::Event::Interrupt

def close

def close
	@input.close
	@output.close
	# @fiber.raise(::Interrupt)
end