method
work
v5.2.3 -
Show latest stable
- Class:
ActionCable::Server::Worker
work(connection)public
No documentation available.
# File actioncable/lib/action_cable/server/worker.rb, line 37
def work(connection)
self.connection = connection
run_callbacks :work do
yield
end
ensure
self.connection = nil
end