MCPcopy
hub / github.com/geektutu/high-performance-go / Write

Method Write

charpter-3/code/hpg-mutex/mutex.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type RW interface {
9 Write()
10 Read()
11}
12

Callers 3

benchmarkFunction · 0.65
BenchmarkBufferWithPoolFunction · 0.65
BenchmarkBufferFunction · 0.65

Implementers 2

Lockcharpter-3/code/hpg-mutex/mutex.go
RWLockcharpter-3/code/hpg-mutex/mutex.go

Calls

no outgoing calls

Tested by 3

benchmarkFunction · 0.52
BenchmarkBufferWithPoolFunction · 0.52
BenchmarkBufferFunction · 0.52