jw
02/22/2018, 4:33 AMdave08
02/22/2018, 8:35 AMrunBlocking(UI)
... I think this is maybe a valid reason to use it and not fail-fast like the proposed issue in Github (since you're sure you're not doing anything that'll block for too long)... I had suggested that one should be able to opt-out from fail-fast... but I think you could always use poll
on the channel to not suspend instead of receive
and just loop until you get a value from it, that could be made into an extension function ...jw
02/23/2018, 4:26 AMpoll()
doesn't seem to work. I always get null.dave08
02/23/2018, 6:05 AM