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
I‘d like to use zquic's packet/frame encode/decode in an io_uring-based project. Right now const zquic = @import("zquic") pulls in the full IO stack, which conflicts with the event loop.
I‘d like to use zquic's packet/frame encode/decode in an io_uring-based project. Right now const zquic = @import("zquic") pulls in the full IO stack, which conflicts with the event loop.