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