Andrew Gazelka
04/24/2019, 11:46 PMChannel#send()
but that does not suspend? I know I can use Channel(UNLIMITED)
, but I want to have an interface like a channel that I know will never suspend when I send. The reason for this is I have a function which intakes a channel and outputs data so the inner workings of the function can be recorded (for the purpose of displaying internal, intermediate states within the function).gildor
04/24/2019, 11:48 PMgildor
04/24/2019, 11:48 PM