Sha256: 4864896747ca0e8c6fb440f806bcdd3826647793e294173ce3438ff46c76b2ec
Contents?: true
Size: 622 Bytes
Versions: 26
Compression:
Stored size: 622 Bytes
Contents
# -*- encoding: binary -*- Rainbows.const_set(:RevFiberSpawn, Rainbows::CoolioFiberSpawn) # 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 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
Version data entries
26 entries across 26 versions & 1 rubygems