whoami
whoami2y ago

Async request in Python client

Is it supported?
2 Replies
nipunn
nipunn2y ago
Hi! What do you mean? You can roll your own by putting it on a ThreadPoolExecutor, but there isn’t asyncio keyword support. But it’s not out of the question. PRs welcome to show the sort of interface you might like Or if you want to describe it here
nipunn
nipunn2y ago
https://github.com/get-convex/convex-py has the source if you are interested in looking around! It’s fairly small.
GitHub
GitHub - get-convex/convex-py: Python Client Library for Convex
Python Client Library for Convex. Contribute to get-convex/convex-py development by creating an account on GitHub.

Did you find this page helpful?