Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new feature: Async support for C binding #5366

Open
1 task done
Tracked by #5367
tbEgg opened this issue Nov 28, 2024 · 1 comment
Open
1 task done
Tracked by #5367

new feature: Async support for C binding #5366

tbEgg opened this issue Nov 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tbEgg
Copy link

tbEgg commented Nov 28, 2024

Feature Description

OceanBase currently utilizes libaio to implement async r/w operations for the file system. We hope that OpenDAL C bindings can provide a similar mechanism to enable async r/w operations for object storage.

Problem and Solution

similar feature: Tracking Issue: Async support for C++ binding

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.
@tbEgg tbEgg added the enhancement New feature or request label Nov 28, 2024
@xyjixyjixyji
Copy link
Contributor

I have looked into this before and try to implement it. I would say hyper's capi implementation is a very good example of implementing an i/o based async. Basically this will need to carefully smth similar to an executor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants