Class: Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/rake/opt/current_invocation_chain/patches/thread.rb

Overview

Thread class override Keep track of parents and lineage

Instance Method Summary collapse

Instance Method Details

#promiseObject



6
7
8
# File 'lib/rake/opt/current_invocation_chain/patches/thread.rb', line 6

def promise
  self['promise']
end

#promise=(promise) ⇒ Object



10
11
12
# File 'lib/rake/opt/current_invocation_chain/patches/thread.rb', line 10

def promise=(promise)
  self['promise'] = promise
end