-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Clone for PoolOptions (#1919)
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.
- Loading branch information
1 parent
3d4861f
commit 39eadd6
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters