mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 22:42:57 +00:00
SeqWait can use any type that is Ord + Debug + Copy. Debug is not strictly necessary, but allows us to keep the panic message if a caller wants the sequence number to go backwards.