You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: