1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Documentation: Notifications queue does not run in a thread.

This commit is contained in:
David Butler 2013-05-20 23:53:05 -07:00
parent 928a58b2b8
commit e93e255161

View file

@ -143,8 +143,8 @@ module ActiveSupport
#
# == Default Queue
#
# Notifications ships with a queue implementation that consumes and publish events
# to log subscribers in a thread. You can use any queue implementation you want.
# Notifications ships with a queue implementation that consumes and publishes events
# to all log subscribers. You can use any queue implementation you want.
#
module Notifications
class << self