mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-27 19:23:01 +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>