Flowdock
method

async_invoke

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Worker
async_invoke(receiver, method, *args, connection: receiver, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/server/worker.rb, line 51
      def async_invoke(receiver, method, *args, connection: receiver, &block)
        @executor.post do
          invoke(receiver, method, *args, connection: connection, &block)
        end
      end
Register or log in to add new notes.