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 cdf10b2 commit 8848161Copy full SHA for 8848161
examples/go-by-example-channels/rate-limiting.rb
@@ -7,7 +7,7 @@
7
Channel = Concurrent::Channel
8
9
## Go by Example: Rate Limiting
10
-# https://gobyexample.com/tickers
+# https://gobyexample.com/rate-limiting
11
12
requests = Channel.new(buffer: :buffered, capacity: 5)
13
(1..5).each do |i|
0 commit comments