class Async::Pool::Controller

def to_json(...)

Generate a JSON representation of the pool.
def to_json(...)
	as_json.to_json(...)
end