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 the PagePool.TryGet method while it returns an error for processing. #1051

Merged
merged 7 commits into from
May 6, 2024

Commits on Apr 30, 2024

  1. PagePool add TryGet to deal error that Page() returns.

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fd4df50 View commit details
    Browse the repository at this point in the history
  2. modify tryget

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    93a60a7 View commit details
    Browse the repository at this point in the history
  3. Add BrowserPool TryGet test

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    95cc251 View commit details
    Browse the repository at this point in the history
  4. test coverage

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    abce5e0 View commit details
    Browse the repository at this point in the history
  5. go fmt

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b594066 View commit details
    Browse the repository at this point in the history
  6. go fmt

    bestmountain committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8ec0c09 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. pool.Get -> pool.MustGet; pool.Get allow error

    bestmountain committed May 6, 2024
    Configuration menu
    Copy the full SHA
    75ff401 View commit details
    Browse the repository at this point in the history