Searched defs:slowTestConn (Results 1 – 1 of 1) sorted by relevance
2311 type slowTestConn struct { struct2313 script []any2314 closec chan bool2316 mu sync.Mutex // guards rd/wd2317 rd, wd time.Time // read, write deadline2318 noopConn2321 func (c *slowTestConn) SetDeadline(t time.Time) error {2327 func (c *slowTestConn) SetReadDeadline(t time.Time) error {2334 func (c *slowTestConn) SetWriteDeadline(t time.Time) error {2341 func (c *slowTestConn) Read(b []byte) (n int, err error) {[all …]