DBOS.asyncio_wait (#609)
`DBOS.asyncio_wait` is a durable implementation of [`asyncio.wait`](https://docs.python.org/3/library/asyncio-task.html#asyncio.wait) with the same interface and semantics. In particular, this lets you durably wait for the first of many steps to finish (using `asyncio.FIRST_COMPLETED`), or wait for step completion with a timeout.
P
Peter Kraft committed
b07037c52cee7b2a187cdb725e2111a1fe8598ef
Parent: 71b76c8
Committed by GitHub <noreply@github.com>
on 3/10/2026, 3:37:42 PM