rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 85d1c5f096f4728144616cfdd466a69777c5d22a 371 bytes (raw)
$ git show v2.0.0:lib/rainbows/fiber/rev.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
# -*- encoding: binary -*-
# :enddoc:
require 'rev'
require 'rainbows/fiber'
require 'rainbows/fiber/io'

module Rainbows::Fiber::Rev
  autoload :Heartbeat, 'rainbows/fiber/rev/heartbeat'
  autoload :Kato, 'rainbows/fiber/rev/kato'
  autoload :Server, 'rainbows/fiber/rev/server'
  autoload :Sleeper, 'rainbows/fiber/rev/sleeper'
end
require 'rainbows/fiber/rev/methods'

git clone https://yhbt.net/rainbows.git