class Concurrent::Promises::ResolvableFuture
def evaluate_to(*args, &block)
-
(self)-
Other tags:
- Yieldreturn: - value
Other tags:
- Yield: - to the block.
def evaluate_to(*args, &block) promise.evaluate_to(*args, block) end
(self)
-
def evaluate_to(*args, &block) promise.evaluate_to(*args, block) end