net/http.atomicBool.setTrue (method)
8 uses
net/http (current package)
client.go#L402: timedOut.setTrue()
server.go#L527: func (b *atomicBool) setTrue() { atomic.StoreInt32((*int32)(b), 1) }
server.go#L914: ecr.sawEOF.setTrue()
server.go#L920: ecr.closed.setTrue()
server.go#L1622: w.handlerDone.setTrue()
server.go#L1930: w.canWriteContinue.setTrue()
server.go#L2689: srv.inShutdown.setTrue()
server.go#L2731: srv.inShutdown.setTrue()
![]() |
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. |