mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
eba6c00de4
Without this, the seocnd read().unwrap() becomes an await point, which makes the future not-Send, but, we require it to be Send because it runs inside task_mgr::spawn, which requires the Fut's to be Send