class Async::Container::Controller

def to_s

@returns [String]
A human readable representation of the controller.
def to_s
	"#{self.class} #{state_string}"
end