lib/rainbows/rev_fiber_spawn.rb in rainbows-3.0.0 vs lib/rainbows/rev_fiber_spawn.rb in rainbows-3.1.0

- old
+ new

@@ -4,10 +4,10 @@ # CoolioFiberSpawn is the new version of this, use that instead. # # 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