Class: Dynflow::DelayedExecutors::Polling

Inherits:
Abstract
  • Object
show all
Defined in:
lib/dynflow/delayed_executors/polling.rb

Instance Attribute Summary

Attributes inherited from Abstract

#core

Instance Method Summary collapse

Methods inherited from Abstract

#initialize, #spawn, #start, #started?, #terminate

Constructor Details

This class inherits a constructor from Dynflow::DelayedExecutors::Abstract

Instance Method Details

#core_classObject



6
7
8
# File 'lib/dynflow/delayed_executors/polling.rb', line 6

def core_class
  Dynflow::DelayedExecutors::PollingCore
end