Sha256: dd3f1bfc8a45078b9e61bc3ea7ec8d4beada6f80c5c555d4e7e89bfb49b9bad9

Contents?: true

Size: 649 Bytes

Versions: 2

Compression:

Stored size: 649 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 "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.
module Rainbows::RevFiberSpawn; end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rainbows-3.0.0 lib/rainbows/rev_fiber_spawn.rb
rainbows-2.1.0 lib/rainbows/rev_fiber_spawn.rb