https://prefect.io logo
Title
v

Viet Nguyen

07/28/2022, 6:43 AM
_from_ prefect.utilities.asyncio _import_ Sync
hi everyone, I wonder if what is the equivalent thing for this in prefect 2.0 ? I'm trying to implement something similar to
as_completed()
from Dask, thank you.
1
a

Anna Geller

07/28/2022, 12:09 PM
I don't know - if you know enough about this to implement such functionality, then you already know it more than I do 😄 what I can say is: we introduced so many cool features with respect to handling parallel and concurrent operations in 2.0 GA release, including mapping
🙌 1
v

Viet Nguyen

07/28/2022, 2:12 PM
@Anna Geller thank you, I found some one public this piece of code, for reference here, in case someone needs same function:
Untitled.py