sqlx/sqlx-core
Austin Bonander 5295ff10a5 fix: pool internals improvements
* 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>
2021-04-06 09:04:20 -07:00
..
src fix: pool internals improvements 2021-04-06 09:04:20 -07:00
Cargo.toml release: 0.5.1 2021-02-04 09:16:11 -08:00