Method: Narou::Worker.push_as_system_worker
- Defined in:
- lib/web/worker.rb
.push_as_system_worker(&block) ⇒ Object
システム用のワーカー追加。内部カウントは増やさない
95 96 97 |
# File 'lib/web/worker.rb', line 95 def self.push_as_system_worker(&block) instance.push(false, &block) end |