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
-
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
HttpFetch
trait and makes tokio optional by introducing theExecute
trait. 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