Class: SyncThread::Finished

Inherits:
Struct
  • Object
show all
Defined in:
lib/lockstep/sync_thread.rb

Instance Method Summary collapse

Instance Method Details

#finished?Boolean

Returns:

  • (Boolean)


63
# File 'lib/lockstep/sync_thread.rb', line 63

def finished?; true; end

#interrupted_by?Boolean

Returns:

  • (Boolean)


64
# File 'lib/lockstep/sync_thread.rb', line 64

def interrupted_by?(*); false; end