Astro36 / qp

Quick Pool: High Performance Async Generic Pool
MIT License
17 stars 3 forks source link

Make `Pooled` hold the semaphore permit #1

Closed kiwiyou closed 2 years ago

kiwiyou commented 2 years ago

Remove handcrafted semaphore acquisition / release to reduce human error. This also makes it easier to use runtimes other than tokio.