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