Class: DispatchPolicy::InflightTracker::Heartbeat

Inherits:
Struct
  • Object
show all
Defined in:
lib/dispatch_policy/inflight_tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stop_flagObject

Returns the value of attribute stop_flag

Returns:

  • (Object)

    the current value of stop_flag



119
120
121
# File 'lib/dispatch_policy/inflight_tracker.rb', line 119

def stop_flag
  @stop_flag
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



119
120
121
# File 'lib/dispatch_policy/inflight_tracker.rb', line 119

def thread
  @thread
end