so in my code snippet, if my inputFunction is some...
# coroutines
o
so in my code snippet, if my inputFunction is something waiting on inputChannel.receive() then my coroutine which is launch { } will be suspendend, and all other coroutines will have chances to resume and do whatever they do>