mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-07 22:09:19 +00:00
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