Tom Matthews
11/15/2023, 4:35 PMTom Matthews
11/15/2023, 4:48 PMSubflows will block execution of the parent flow until completion. However, asynchronous subflows can be run in parallel by using AnyIO task groups or asyncio.gather.
So my flow would have to be asyncTom Matthews
11/15/2023, 4:49 PM