repo.or.cz
/
rainbows.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Rainbows! 5.2.1
[rainbows.git]
/
lib
/
rainbows
/
client.rb
blob
b456ecaad0f9d6b77b7a2d6c685d2e4fbd0aba52
1
# -*- encoding: binary -*-
2
# :enddoc:
3
4
# this class is used for most synchronous concurrency models
5
class Rainbows::Client < Kgio::Socket
6
include Rainbows::ProcessClient
7
8
alias write kgio_write
9
end