Skip to content

Commit 6ebf7dd

Browse files
authored
Update README.md
1 parent 1a8e4f0 commit 6ebf7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Go simple async worker pool.
1414
📖 ABOUT
1515
==================================================
1616

17-
<img src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
18-
1917
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.
2018

19+
<img src="https://brandur.org/assets/images/go-worker-pool/worker-pool.svg" href="https://brandur.org/go-worker-pool" />
20+
2121
You can read more about worker pools in Go [here](https://brandur.org/go-worker-pool).
2222

2323
Contributors:

0 commit comments

Comments
 (0)