Closed smklein closed 3 years ago
Heavily inspired by https://github.com/mehcode/tokio-diesel , this PR attempts to to create an async API around the underlying bb8-based connection pool.
Ideally, this will avoid blocking the calling thread. Work ongoing to test this hypothesis.
I'm abandoning this approach in favor of a new crate; the changes to the API are IMO too significant.
https://github.com/oxidecomputer/async-bb8-diesel
Heavily inspired by https://github.com/mehcode/tokio-diesel , this PR attempts to to create an async API around the underlying bb8-based connection pool.
Ideally, this will avoid blocking the calling thread. Work ongoing to test this hypothesis.