Skip to content

Commit 6b2e2b5

Browse files
committed
Add installation instructions for connection_pool gem in demo_thread_pool.rb
1 parent 024b9eb commit 6b2e2b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/demo_thread_pool.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
# the `connection_pool` gem to create a thread pool of connections
3737
# and make concurrent HTTP requests.
3838
#
39+
# To instal the extra dependency:
40+
# ```gem install connection_pool```
41+
#
3942
# **Additional Notes:**
4043
#
4144
# * The number of threads created should be set to an appropriate

0 commit comments

Comments
 (0)