module Falcon::Environment::Supervisor

def endpoint

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