class
Rake::Promise
ruby latest stable
- Superclass: Object
A Promise object represents a promise to do work (a chore) in the future. The promise is created with a block and a list of arguments for the block. Calling value will return the value of the promised chore.
Used by ThreadPool.
Constants
NOT_SET = Object.new.freeze # :nodoc:
Attributes
| [RW] | recorder |
Files
- lib/rake/promise.rb