sync/atomic.Int64.Load (method)
5 uses
sync/atomic (current package)
type.go#L114: func (x *Int64) Load() int64 { return LoadInt64(&x.v) }
github.com/coder/websocket
netconn.go#L129: if nc.writeExpired.Load() == 1 {
netconn.go#L157: if nc.readExpired.Load() == 1 {
read.go#L517: lr.n = lr.limit.Load()
read.go#L527: reason := fmt.Errorf("read limited at %d bytes", lr.limit.Load())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |