about summary refs log tree commit homepage
path: root/lib/rainbows/coolio_thread_spawn.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-16 20:42:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-16 20:42:10 +0000
commit912c328ecfccf189239c4ad2bb7863d64342868f (patch)
tree31909bc8a4af3ca0db67b23d4a4d614fbb335c9e /lib/rainbows/coolio_thread_spawn.rb
parent46ac7ca9f3e5c7736aa1c9430d2de218e27bf730 (diff)
downloadrainbows-912c328ecfccf189239c4ad2bb7863d64342868f.tar.gz
Hopefully makes things easier to try out.
Diffstat (limited to 'lib/rainbows/coolio_thread_spawn.rb')
-rw-r--r--lib/rainbows/coolio_thread_spawn.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rainbows/coolio_thread_spawn.rb b/lib/rainbows/coolio_thread_spawn.rb
index a26c970..2e305a4 100644
--- a/lib/rainbows/coolio_thread_spawn.rb
+++ b/lib/rainbows/coolio_thread_spawn.rb
@@ -13,6 +13,9 @@
 #
 # This concurrency model is designed for Ruby 1.9, and Ruby 1.8
 # users are NOT advised to use this due to high CPU usage.
+#
+# === RubyGem Requirements
+# * cool.io 1.0.0 or later
 module Rainbows::CoolioThreadSpawn
   include Rainbows::Coolio::Core
   autoload :Client, 'rainbows/coolio_thread_spawn/client'