module Async
module Async::Pool
class Async::Pool::Controller
class Async::Pool::Resource
async-pool
0.3.7
# overflowing?
def overflowing? if @resources.any? (self.free.to_f / @resources.size) > 0.5 end end