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

Support the possibility to Submit io requests from different thread #4

Open
kononovk opened this issue May 27, 2023 · 0 comments
Open

Comments

@kononovk
Copy link
Member

Now we can Submit to ione::Context only from one thread. It could be inconvenient.
So we need to implement own runtime based on strand idea (MPSC queue + io_uring_submit in one executor's thread)
Check this gist for details:
https://gist.github.com/MBkkt/96d71e0cb69ed1a59ab3a8f9c0203393

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

No branches or pull requests

1 participant