mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 04:28:26 +00:00
022fad65eb
In #8863 I replaced the threadpool with tokio tasks, but there was a behaviour I missed regarding cancellation. Adding the JoinHandle wrapper that triggers abort on drop should fix this. Another change, any panics that occur in password hashing will be propagated through the resume_unwind functionality.