Calling "suspend foo" from another coroutine whoul...
# coroutines
h
Calling "suspend foo" from another coroutine whould suspend the coroutine until foo is finished. On the other hand calling "fun foo" on a coroutine, will create another coroutine and it will not block the following lines of execution.