github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/profile_fixture/block_contest/block_contest.go (about)

     1  package block_contest
     2  
     3  func ReadTheChannel(c chan bool) {
     4  	<-c
     5  }
     6  
     7  func SlowReadTheChannel(c chan bool) {
     8  	<-c
     9  }