Method: Contender::Pool::PoolWorker#first_task!
- Defined in:
- lib/contender/pool/pool_worker.rb
#first_task! ⇒ Object
17 18 19 20 21 |
# File 'lib/contender/pool/pool_worker.rb', line 17 def first_task! @first_task.tap { @first_task = nil } end |