lib9p

Go 9P library.
Log | Files | Refs | LICENSE

commit f4a448d96dca91cfc19d4f463426518213d1cbd3
parent 9841e7d35d1bc34b2d515a86a9bb086aa8f794cb
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 22 Jan 2024 09:01:39 +0900

add TODO

Diffstat:
Mclient/req.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/client/req.go b/client/req.go @@ -28,6 +28,7 @@ func newReq(msg lib9p.Msg) *req { } // reqPool is the pool of Reqs the server is dealing with. +// TODO: unite this with tagPool type reqPool struct { m map[uint16]*req *sync.Mutex