class Async::Container::Notify::Server

def initialize(path)

@parameter path [String] The path to the UNIX socket.

Initialize the server with the given path.
def initialize(path)
	@path = path
end