DEBSOURCES
Skip Quicknav
sources / golang-github-onsi-ginkgo-v2 / 2.27.2-1 / integration / _fixtures / profile_fixture / block_contest / block_contest.go
123456789
package block_contest func ReadTheChannel(c chan bool) { <-c } func SlowReadTheChannel(c chan bool) { <-c }