Tag: TaskGroup
-
asyncio.gather vs as_completed vs TaskGroup: 3 Patterns
gather() killed 49 successful API calls when one failed. Here's when to use as_completed() and TaskGroup instead โ with real latency numbers.
gather() killed 49 successful API calls when one failed. Here's when to use as_completed() and TaskGroup instead โ with real latency numbers.