class Async::Pool::Controller

def empty?

Whether the pool is empty.
def empty?
	@resources.empty?
end