Source: src/cwsandbox/init.py:115Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
- Sandbox: waits until RUNNING status
- OperationRef: waits until operation completes
- Process: waits until process completes Parameters
-
waitables(Sequence[Waitable]): Sequence of Sandbox, OperationRef, or Process objects. -
num_returns(int | None): If specified, return after this many complete. If None, wait for all to complete. -
timeout(float | None): Maximum seconds to wait. If None, wait forever.
tuple[list[Waitable], list[Waitable]]: Tuple of (done, pending) lists containing the original waitable objects.
ValueError: If num_returns is less than 1.