module documentation

Amazon S3 storage driver for Temporal external storage.

Warning

This API is experimental.

Async Function _gather_with_cancellation Run coroutines concurrently, cancelling all remaining tasks if one fails.
Type Variable _T Undocumented
async def _gather_with_cancellation(coros: Sequence[Coroutine[Any, Any, _T]]) -> list[_T]: (source)

Run coroutines concurrently, cancelling all remaining tasks if one fails.

Undocumented

Value
TypeVar('_T')