about summary refs log tree commit homepage
path: root/lib/rainbows/rev_fiber_spawn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev_fiber_spawn.rb')
-rw-r--r--lib/rainbows/rev_fiber_spawn.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rainbows/rev_fiber_spawn.rb b/lib/rainbows/rev_fiber_spawn.rb
index 52ba2cd..434d72c 100644
--- a/lib/rainbows/rev_fiber_spawn.rb
+++ b/lib/rainbows/rev_fiber_spawn.rb
@@ -6,8 +6,8 @@ Rainbows.const_set(:RevFiberSpawn, Rainbows::CoolioFiberSpawn)
 # A combination of the Rev and FiberSpawn models.  This allows Ruby
 # 1.9 Fiber-based concurrency for application processing while
 # exposing a synchronous execution model and using scalable network
-# concurrency provided by Rev.  A "rack.input" is exposed as well
-# being Sunshowers-compatible.  Applications are strongly advised to
-# wrap all slow IO objects (sockets, pipes) using the
-# Rainbows::Fiber::IO or a Rev-compatible class whenever possible.
+# concurrency provided by Rev.  A streaming "rack.input" is exposed.
+# Applications are strongly advised to wrap all slow IO objects
+# (sockets, pipes) using the Rainbows::Fiber::IO or a Rev-compatible
+# class whenever possible.
 module Rainbows::RevFiberSpawn; end