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
Right now we use a standard async event loop, and fs operations are using async fs, which basically offloads to a thread pool. With tokio_uring, we can offload to io_uring and use real async fs operations.
The text was updated successfully, but these errors were encountered:
Right now we use a standard async event loop, and fs operations are using async fs, which basically offloads to a thread pool. With tokio_uring, we can offload to io_uring and use real async fs operations.
The text was updated successfully, but these errors were encountered: