clarify
This commit is contained in:
parent
e6c231a959
commit
0d79e325dc
@ -22,8 +22,8 @@ import (
|
|||||||
// write that state, other goroutines will send messages
|
// write that state, other goroutines will send messages
|
||||||
// to the owning goroutine and receive corresponding
|
// to the owning goroutine and receive corresponding
|
||||||
// replies. These `readOp` and `writeOp` `struct`s
|
// replies. These `readOp` and `writeOp` `struct`s
|
||||||
// encapsulate those requests and provide a way for the
|
// encapsulate those requests and a way for the owning
|
||||||
// owning goroutine to respond.
|
// goroutine to respond.
|
||||||
type readOp struct {
|
type readOp struct {
|
||||||
key int
|
key int
|
||||||
resp chan int
|
resp chan int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user