google.golang.org/grpc/internal/grpcsync.Event.fired (field)
3 uses
google.golang.org/grpc/internal/grpcsync (current package)
event.go#L30: fired int32
event.go#L41: atomic.StoreInt32(&e.fired, 1)
event.go#L55: return atomic.LoadInt32(&e.fired) == 1
![]() |
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. |