Replies: 1 comment
-
|
To clarify, not all services are runtime agnostic. HTTP-based services such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is clear that Opendal aims to be runtime agnostic; the only question is to what extent?
Currently, OpenDAL makes reqwest optional by introducing the
HttpFetchtrait and makes tokio optional by introducing theExecutetrait. Technically, OpenDAL can run on any asynchronous runtime.What's next? What steps should our community take now?
Beta Was this translation helpful? Give feedback.
All reactions