Module: StateMachines::PausableFiber
- Defined in:
- lib/state_machines/transition.rb
Overview
Module to extend Fiber instances for pausable state tracking
Instance Attribute Summary collapse
-
#state_machine_fiber_pausable ⇒ Object
Returns the value of attribute state_machine_fiber_pausable.
Instance Attribute Details
#state_machine_fiber_pausable ⇒ Object
Returns the value of attribute state_machine_fiber_pausable.
6 7 8 |
# File 'lib/state_machines/transition.rb', line 6 def state_machine_fiber_pausable @state_machine_fiber_pausable end |