-
Notifications
You must be signed in to change notification settings - Fork 494
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
research: How to support async API for C binding? #1741
Comments
We can probably learn from |
Is c binding being worked on? I think I could get my hands on some harder work. Please assign this to me if no one else is working on it. It might take quite some time though🥹. |
Go ahead and have fun! Maybe we can start with blocking api first. |
It seems Looks like a minimal async runtime in C 🤣 🤣 🤣 , anyone interested could check this for more details. I think now maybe the C binding could be developed in the following order, and we still have plenty of time to think about our implementation of async operation.
Any ideas? |
So far, I have no idea on how to support async API in C, we need some research and help from community.
https://en.cppreference.com/w/cpp/thread/async
https://www.boost.org/doc/libs/1_76_0/doc/html/boost_asio.html
The text was updated successfully, but these errors were encountered: