TL;DR
- Use when: Launched multiple async operations
- Returns: All operation results
- Cost: No VM needed (just waiting)
Parameters
Response
Examples
Wait for All
Wait for Any (First to Complete)
With Timeout
Parallel Execution Pattern
See Also
- get_operation - Check single operation
- Async Guide - Parallel execution patterns