`_from_ prefect.utilities.asyncio _import_ Sync` h...
# prefect-community
v
_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
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
@Anna Geller thank you, I found some one public this piece of code, for reference here, in case someone needs same function:
Untitled.py