class Async::IO::Notification

def close

def close
	@input.close
	@output.close
end