class Concurrent::RubyThreadPoolExecutor
def ns_worker_not_old_enough(worker)
returns back worker to @ready which was not idle for enough time
def ns_worker_not_old_enough(worker) # let's put workers coming from idle_test back to the start (as the oldest worker) @ready.unshift(worker) true end