-
net/conn: io, not channels · 5341379f
This commit changes the connections to use io.ReadWriters instead of channels (+ async workers). This is a pretty big change -- away from csp -- in the name of performance (and predictable flow control). It also uses the brand new secio, which is spipe's successor.
由 Juan Batiz-Benet 提交于5341379f
×