I've found myself in a situation where I want to `...
# coroutines
a
I've found myself in a situation where I want to
delay
within
buildSequence {...}
. Would it be a bad idea to use
runBlocking {...}
? I have a hunch this may be a bad design but I'm not sure....