Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Clone for PoolOptions #1919

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Implement Clone for PoolOptions #1919

merged 1 commit into from
Jun 22, 2022

Commits on Jun 20, 2022

  1. Implement Clone for PoolOptions

    To not break the API we need to use an Arc instead of a Box for the
    callback functions. Alternatively we could require all the function to
    be Clone, but that would be a breaking change.
    Thomas de Zeeuw committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    694de21 View commit details
    Browse the repository at this point in the history