kasper.kondzielski
03/03/2018, 12:26 PMisActive predicate returns false but I don't know how to prevent itdeviant
03/04/2018, 12:06 PMproduce block. for example with internal channel reader like this:
val channel = Channel<List<T>>(Channel.UNLIMITED)
for (any in channel) {
offer(any) // here you cast data outside
}deviant
03/04/2018, 12:07 PMchannel.offer(blabla)deviant
03/04/2018, 12:38 PMdelay(Long.MAX) to the end of produce block. not really sure if it will work