In this example - how does kotlin know when to sta...
# coroutines
a
In this example - how does kotlin know when to start suspending
postItem()
when `requestToken()`/`createPost()` is called - how does the compiler know which line the long computation or network call will be