Method: Narou::WebWorker#notification_queue

Defined in:
lib/web/web_worker.rb

#notification_queueObject



113
114
115
# File 'lib/web/web_worker.rb', line 113

def notification_queue
  @push_server.send_all("notification.queue" => [@size, Narou::Worker.size])
end