class Concurrent::Agent

def send_via!(executor, *args, &action)

Parameters:
  • executor (Concurrent::ExecutorService) -- the executor on which the
def send_via!(executor, *args, &action)
  raise Error.new unless send_via(executor, *args, &action)
  true
end