Domande taggate «channels»

6
Come fermare una goroutine
Ho una goroutine che chiama un metodo e passa il valore restituito su un canale: ch := make(chan int, 100) go func(){ for { ch <- do_stuff() } }() Come faccio a fermare una simile goroutine?
102 go  goroutine  channels 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.