Equivalent of anyio.from_thread.run_sync() ? #145
Answered
by
tiangolo
dorinclisu
asked this question in
Questions
-
First Check
Commit to Help
asyncer Version0.0.5 DescriptionEquivalency:
https://anyio.readthedocs.io/en/latest/threads.html |
Beta Was this translation helpful? Give feedback.
Answered by
tiangolo
Aug 24, 2024
Replies: 1 comment
-
There is currently no equivalent to I would wait for a use case that needs it before considering adding it. 🤓 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tiangolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is currently no equivalent to
anyio.from_thread.run_sync
, but you can call it directly if you need it.I would wait for a use case that needs it before considering adding it. 🤓