We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the example below throws this error. Please advise.
File "/Users/*****/Library/Application Support/hatch/env/virtual/agent/D2qYGUjn/agent/lib/python3.12/site-packages/prefect/utilities/asyncutils.py", line 231, in coroutine_wrapper return await task ^^^^^^^^^^ RuntimeError: cannot reuse already awaited coroutine
import asyncio from controlflow import flow @flow async def main_flow(): return await cf.run_async( "Say hello.", result_type=str, ) async def runner(): result = await main_flow() asyncio.run(runner())
controlflow version = 0.8.2
No response
The text was updated successfully, but these errors were encountered:
I apologize for missing this somehow -- fix PR'd and will go out shortly.
Sorry, something went wrong.
No branches or pull requests
Description
Running the example below throws this error. Please advise.
Example Code
Version Information
Additional Context
No response
The text was updated successfully, but these errors were encountered: