Method: Utilrb::ThreadPool#process
- Defined in:
- lib/utilrb/thread_pool.rb
#process(*args) {|*args| ... } ⇒ Task
Processes the given block as soon as the next thread is available.
395 396 397 |
# File 'lib/utilrb/thread_pool.rb', line 395 def process (*args, &block) (nil,*args,&block) end |