We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8848161 commit cfce5d2Copy full SHA for cfce5d2
examples/go-by-example-channels/worker-pools.rb
@@ -5,7 +5,7 @@
5
Channel = Concurrent::Channel
6
7
## Go by Example: Go by Example: Worker Pools
8
-# https://gobyexample.com/tickers
+# https://gobyexample.com/worker-pools
9
10
def worker(id, jobs, results)
11
jobs.each do |j|
0 commit comments