Class: Dipa::Processor::Each

Inherits:
Base
  • Object
show all
Defined in:
lib/dipa/processor/each.rb

Constant Summary collapse

OVERRIDE_OPTIONS =
{
  want_result: false
}.freeze

Constants included from Concerns::Wait

Concerns::Wait::SYNC_MODE_MAX_SLEEP_DURATION, Concerns::Wait::SYNC_MODE_SLEEP_DURATION_INCREASE_FACTOR, Concerns::Wait::SYNC_MODE_SLEEP_START_DURATION

Constants included from Concerns::Options

Concerns::Options::DEFAULT_ASYNC, Concerns::Options::DEFAULT_KEEP_DATA, Concerns::Options::DEFAULT_WANT_RESULT, Concerns::Options::OPTIONS_MAPPING

Method Summary

Methods inherited from Base

#with