module Async::Container::Supervisor

def self.endpoint(path = "supervisor.ipc")

def self.endpoint(path = "supervisor.ipc")
	::IO::Endpoint.unix(path)
end