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

feat: add Pool type for pooling plugin instances #696

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    59a981a View commit details
    Browse the repository at this point in the history
  2. cleanup: improve pool

    zshipko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e35b512 View commit details
    Browse the repository at this point in the history
  3. feat: add Pool::with_plugin

    zshipko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    eb63c47 View commit details
    Browse the repository at this point in the history
  4. cleanup: clippy

    zshipko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d87d31d View commit details
    Browse the repository at this point in the history
  5. refactor(pool): use a single lock for Pool.inner to avoid too many in…

    …stances being created
    zshipko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4b59af7 View commit details
    Browse the repository at this point in the history
  6. chore: clippy

    zshipko committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    25a4621 View commit details
    Browse the repository at this point in the history