Method: ActionCable::Connection::Base#worker_pool
- Defined in:
- actioncable/lib/action_cable/connection/base.rb
#worker_pool ⇒ Object (readonly)
Returns the value of attribute worker_pool
55 56 57 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 55 def worker_pool @worker_pool end |