And another one - if flow-decorated main function ...
# prefect-community
d
And another one - if flow-decorated main function is async def'ined and consists of await asyncio.gather() then FlowRunner will properly asyncio.run() it?
1
a
yes, it should. If you see any errors when doing that, let us know or open a GitHub issue
d
tested and it works. thanks
a
Thanks for the update