# workpool **Repository Path**: mirrors_cloudfoundry/workpool ## Basic Information - **Project Name**: workpool - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!CAUTION] > This repository has been in-lined (using git-subtree) into diego-release. Please make any > future contributions directly to diego-release. # Workpool [![Go Report Card](https://goreportcard.com/badge/code.cloudfoundry.org/workpool)](https://goreportcard.com/report/code.cloudfoundry.org/workpool) [![Go Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/workpool.svg)](https://pkg.go.dev/code.cloudfoundry.org/workpool) Use a `WorkPool` to perform units of work concurrently at a maximum rate. The worker goroutines will increase to the maximum number of workers as work requires it, and gradually decrease to 0 if unused. A `Throttler` performs a specified batch of work at a given maximum rate, internally creating a `WorkPool` and then stopping it when done. > \[!NOTE\] > > This repository should be imported as > `code.cloudfoundry.org/workpool`. # Docs - [Workpool Example](./docs/010-example.md) # Contributing See the [Contributing.md](./.github/CONTRIBUTING.md) for more information on how to contribute. # Working Group Charter This repository is maintained by [App Runtime Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md) under `Diego` area. > \[!IMPORTANT\] > > Content in this file is managed by the [CI task > `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/main/shared/tasks/sync-readme/metadata.yml) > and is generated by CI following a convention.