class Concurrent::Agent

def send_via(executor, *args, &action)

Parameters:
  • executor (Concurrent::ExecutorService) -- the executor on which the
def send_via(executor, *args, &action)
  enqueue_action_job(action, args, executor)
end