module Async
module Async::Pool
class Async::Pool::Controller
class Async::Pool::Resource
async-pool
0.3.5
# busy?
def busy? @resources.collect do |_, usage| return true if usage > 0 end return false end