How to design opendal c binding's async api #6082
asukaminato0721
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
2 ideas:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool. I'm looking forward to it. Go binding can be beneficial from this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Some other things to consider:
I can imagine that users who want to use the async API don't want to have tokio included. Or maybe the biggest question is: Where are our C users, and what do they want? |
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.
-
c users have some choices. The main problem is c doesn't have
async/await/yield
keyword.all seems complicated...
the async io part seems also complicated...
Refer to #6072 for more context.
Beta Was this translation helpful? Give feedback.
All reactions