July 2018
Intermediate to advanced
242 pages
8h 6m
English
In this recipe, we are going to explore how to implement a coroutine that allows us to cancel its execution. We are going to create an infinite progress-bar animation running in the console in the background using a coroutine. Next, after a given delay, we are going to cancel the coroutine and test how the animation behaves.
Read now
Unlock full access