Method: ActionCable::Server::Worker#halt
- Defined in:
- actioncable/lib/action_cable/server/worker.rb
#halt ⇒ Object
Stop processing work: any work that has not already started running will be discarded from the queue
32 33 34 |
# File 'actioncable/lib/action_cable/server/worker.rb', line 32 def halt @executor.shutdown end |