Austin Bonander eff7c9e125
fix Pool to remove possibility of "leaking" connections (#84)
* fix `Pool` to reduce possibility of "leaking" connections

now uses RAII guards to control `SharedPool::size`

* add smoke test for `Pool` to both Postgres and MySQL tests

add `Pool::is_closed()`

* fix documentation re: pool

* refactor pool implementation to not use futures oneshot channels

https://github.com/launchbadge/sqlx/pull/84#issuecomment-580476223

* run cargo fmt

* Pool: remove superfluous guard struct, document some internal methods
2020-01-31 23:33:42 -08:00
..
2020-01-24 18:36:04 +01:00
2020-01-28 19:53:39 -08:00
2020-01-15 01:17:33 -08:00
2020-01-30 12:17:32 -08:00
2020-01-28 18:56:25 -08:00
2020-01-15 01:17:33 -08:00
2020-01-15 01:17:33 -08:00