mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
53ac78ec63
Pass `FileGuard` to the tokio-epoll-uring read() operation. and avoids the nasty scopeguard usage. This makes the `read_exact_at` cancel-safe. Depends on https://github.com/neondatabase/tokio-epoll-uring/pull/27