module Falcon::Environment::Supervisor

def endpoint

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