Class: SyncThread::Started

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

Instance Method Summary collapse

Instance Method Details

#finished?Boolean

Returns:

  • (Boolean)


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

def finished?; true; end

#interrupted?Boolean

Returns:

  • (Boolean)


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

def interrupted?; false; end

#interrupted_by?Boolean

Returns:

  • (Boolean)


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

def interrupted_by?(*); false; end