Method: Thread.pool

Defined in:
lib/easy_threadpool.rb

.pool(size) ⇒ Object



7
8
9
# File 'lib/easy_threadpool.rb', line 7

def self.pool(size)
  EasyThreadpool::Pool.new size
end