• tags: Go

Channel Directions

func demo(readOnlyStream <-chan bool, writeOnlyStream chan<- bool) {

}