class Concurrent::Promises::ResolvableFuture

def evaluate_to(*args, &block)

Returns:
  • (self) -

Other tags:
    Yieldreturn: - value

Other tags:
    Yield: - to the block.
def evaluate_to(*args, &block)
  promise.evaluate_to(*args, block)
end