groostav
08/21/2018, 11:51 PMproduce
that I dont want it to run its block until somebody calls recieve
from it? IE a kind of pull based channel?louiscad
08/22/2018, 5:19 AMstart
parameter to be CoroutineStart.LAZY
uli
08/22/2018, 5:30 AMgroostav
08/22/2018, 8:33 PMproduce
doesnt take a coroutine start, its hard-coded to use default
uli
08/22/2018, 11:36 PMreceive
, you want the producer to run unthrottled?