Class: FiberAudit::Runtime::Watchdog::Stall

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/runtime/watchdog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#began_monotonic_nsObject (readonly)

Returns the value of attribute began_monotonic_ns

Returns:

  • (Object)

    the current value of began_monotonic_ns



19
20
21
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19

def began_monotonic_ns
  @began_monotonic_ns
end

#progress_sequenceObject (readonly)

Returns the value of attribute progress_sequence

Returns:

  • (Object)

    the current value of progress_sequence



19
20
21
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19

def progress_sequence
  @progress_sequence
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



19
20
21
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19

def sequence
  @sequence
end