class Concurrent::RubyThreadPoolExecutor
def length
-
(Integer)
- the length
def length mutex.synchronize{ running? ? @pool.length : 0 } end
(Integer)
- the length
def length mutex.synchronize{ running? ? @pool.length : 0 } end