rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob b456ecaad0f9d6b77b7a2d6c685d2e4fbd0aba52 202 bytes (raw)
$ git show HEAD:lib/rainbows/client.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# :enddoc:

# this class is used for most synchronous concurrency models
class Rainbows::Client < Kgio::Socket
  include Rainbows::ProcessClient

  alias write kgio_write
end

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