github.com/go-redis/redis/v8.ScanIterator.mu (field)
7 uses
github.com/go-redis/redis/v8 (current package)
iterator.go#L11: mu sync.Mutex // protects Scanner and pos
iterator.go#L18: it.mu.Lock()
iterator.go#L20: it.mu.Unlock()
iterator.go#L26: it.mu.Lock()
iterator.go#L27: defer it.mu.Unlock()
iterator.go#L71: it.mu.Lock()
iterator.go#L75: it.mu.Unlock()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |