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.
64 65 66 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 64 def worker_pool @worker_pool end |