class SyncThread::Started

Public Instance Methods

finished?() click to toggle source
# File lib/lockstep/sync_thread.rb, line 71
def finished?; true; end
interrupted?() click to toggle source
# File lib/lockstep/sync_thread.rb, line 72
def interrupted?; false; end
interrupted_by?(*) click to toggle source
# File lib/lockstep/sync_thread.rb, line 73
def interrupted_by?(*); false; end