testing.common.barrier (field)
5 uses
testing (current package)
testing.go#L412: barrier chan bool // To signal parallel subtests they may start.
testing.go#L1059: <-t.parent.barrier // Wait for the parent test to complete.
testing.go#L1156: close(t.barrier)
testing.go#L1218: barrier: make(chan bool),
testing.go#L1501: barrier: make(chan bool),
![]() |
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. |