Skip to main content
Source: src/cwsandbox/init.py:89
Block for one or more OperationRefs and return results. This is a convenience function for retrieving results from OperationRefs. For a single ref, returns the result directly. For a sequence of refs, returns a list of results in the same order. Parameters
  • refs (OperationRef[T] | Sequence[OperationRef[T]]): A single OperationRef or a sequence of OperationRefs.
Returns
  • T | list[T]: The result(s) from the operation(s).
Raises
  • Exception: Any exception raised by the underlying operation(s).
Examples Single ref:
Multiple refs:
Last modified on May 19, 2026