class Async::Container::Controller

def running?

@returns [Boolean]
Whether the controller has a running container.
def running?
	!!@container
end