Class: SyncThread::Finished
- Inherits:
-
Struct
- Object
- Struct
- SyncThread::Finished
- Defined in:
- lib/lockstep/sync_thread.rb
Instance Method Summary collapse
Instance Method Details
#finished? ⇒ Boolean
76 |
# File 'lib/lockstep/sync_thread.rb', line 76 def finished?; true; end |
#interrupted? ⇒ Boolean
77 |
# File 'lib/lockstep/sync_thread.rb', line 77 def interrupted?; false; end |
#interrupted_by? ⇒ Boolean
78 |
# File 'lib/lockstep/sync_thread.rb', line 78 def interrupted_by?(*); false; end |