im using channels to avoid callback hell. but i s...
# coroutines
j
im using channels to avoid callback hell. but i seem to only have while(chan.isNotCLosed){val foo=chan.receive();[...]}