We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b9eb commit 6b2e2b5Copy full SHA for 6b2e2b5
1 file changed
demo/demo_thread_pool.rb
@@ -36,6 +36,9 @@
36
# the `connection_pool` gem to create a thread pool of connections
37
# and make concurrent HTTP requests.
38
#
39
+# To instal the extra dependency:
40
+# ```gem install connection_pool```
41
+#
42
# **Additional Notes:**
43
44
# * The number of threads created should be set to an appropriate
0 commit comments