class Async::Container::Notify::Socket

def self.open!(environment = ENV)

Open a notification client attached to the current {NOTIFY_SOCKET} if possible.
def self.open!(environment = ENV)
	if path = environment.delete(NOTIFY_SOCKET)
		self.new(path)
	end
end