Join Slack
Powered by
Calling "suspend foo" from another coroutine whoul...
# coroutines
h
hiperbou
01/02/2018, 11:17 AM
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.
Open in Slack
Previous
Next