tags: Go Channel Directions func demo(readOnlyStream <-chan bool, writeOnlyStream chan<- bool) { }
Home » Notes Go Channel March 7, 2020 · 1 min · Gray King Table of Contents Channel Directions tags: Go Channel Directions# func demo(readOnlyStream <-chan bool, writeOnlyStream chan<- bool) { } No notes link to this note