module Async::Container::Supervisor::Environment

def endpoint

@returns [::IO::Endpoint::Generic]
The endpoint the supervisor will bind to.
def endpoint
	::IO::Endpoint.unix(ipc_path)
end