doc: misc cleanups and additions for RDoc
[rainbows.git] / lib / rainbows / coolio_fiber_spawn.rb
blob6e573b4e09dc43690af2aa68a64d3f524ea46b4f
1 # -*- encoding: binary -*-
2 # :stopdoc:
3 Rainbows.const_set(:CoolioFiberSpawn, Rainbows::RevFiberSpawn)
4 # :startdoc:
6 # A combination of the Coolio and FiberSpawn models.  This allows Ruby
7 # 1.9 Fiber-based concurrency for application processing while
8 # exposing a synchronous execution model and using scalable network
9 # concurrency provided by Cool.io.  A "rack.input" is exposed as well
10 # being Sunshowers-compatible.  Applications are strongly advised to
11 # wrap all slow IO objects (sockets, pipes) using the
12 # Rainbows::Fiber::IO or a Cool.io-compatible class whenever possible.
13 module Rainbows::CoolFiberSpawn; end