8000 Comparing v2.1.6...v2.2.0 · alitto/pond · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alitto/pond
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: alitto/pond
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 1 commit
  • 21 files changed
  • 1 contributor

Commits on Feb 17, 2025

  1. feat(pool): add option to bound task queue (v2) (#99)

    - Add support to create bounded pools by specifying a queue size (`WithQueueSize` option).
    - Add support to choose how to deal with tasks submitted when the queue is full (`WithNonBlocking` option).
    - Ensure `RunningWorkers()` method in subpools reflect the actual number of workers running tasks belonging to the subpool.
    - Allow overriding pool options when creating a subpool via `NewSupool`.
    - Simplify pool submission logic and remove dispatcher goroutine.
    - Simplify subpool implementation.
    alitto authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    e2fee68 View commit details
    Browse the repository at this point in the history
Loading
0