class Async::Container::Supervisor::Service

def start

Bind the supervisor to the specified endpoint.
def start
	@bound_endpoint = self.endpoint.bound
	
	super
end