mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 14:40:37 +00:00
For all high-rooted long-lived IoConcurrency's, IoConcurrency::drop will never run. What we actually care about is that we leave no dangling IOs after get_vectored_impl, which lives much shorter than a high-rooted IoConcurrency. However, lifetime of `ValuesReconstructData` is generally == lifetime of get_vectored_impl.