Skip to content

Commit fa6543c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents eda3bdc + 6ebf7dd commit fa6543c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Go simple async worker pool.
1313

1414
📖 ABOUT
1515
==================================================
16+
17+
Worker pool is a software design pattern for achieving concurrency of task execution. Maintains multiple workers waiting for tasks to be allocated for concurrent execution. By maintaining a pool of workers, the model increases performance and avoids latency in execution. The number of available workers might be tuned to the computing resources available.
18+
19+
<img src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
20+
21+
You can read more about worker pools in Go [here](https://brandur.org/go-worker-pool).
22+
1623
Contributors:
1724

1825
* [Rafał Lorenz](http://rafallorenz.com)

0 commit comments

Comments
 (0)