rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 0cfaa21871556e4df7edede712d40e323d41ccef 142 bytes (raw)
$ git show v0.95.1:lib/rainbows/never_block/event_machine.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# -*- encoding: binary -*-
# :enddoc:
module Rainbows
  module NeverBlock
    class Client < Rainbows::EventMachine::Client
    end
  end
end

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