class ActionCable::Server::Worker

def halt

running will be discarded from the queue
Stop processing work: any work that has not already started
def halt
  @executor.shutdown
end