mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00

* fix `DecrementSizeGuard::drop()` only waking one `Waiter` regardless of whether that waiter was already woken * fix connect-backoff loop giving up the size guard * don't cut in line to open a new connection * have tasks waiting on `acquire()` wake periodically to check if there's a connection in the queue Signed-off-by: Austin Bonander <austin@launchbadge.com>