You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add a little helper on connection_pool::Options... (#175)
## Description
Add a little helper on connection_pool::Options to deal with the
Arc/Box/Pin madness
Also add a test to use on_connected to wait for direct connections.
## Breaking Changes
None
## Notes & open questions
None
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
0 commit comments