class Concurrent::Promises::ResolvableFuture

def evaluate_to!(*args, &block)

Raises:
  • (Exception) - also raise reason on rejection.

Returns:
  • (self) -

Other tags:
    Yieldreturn: - value

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