https://kotlinlang.org logo
#coroutines
Title
# coroutines
i

Ian

04/06/2017, 2:58 PM
@nekoinemo Sorry if this is what you meant, but what I’m hoping for is something that will block only until the first suspend is hit, then it will return to the calling code - but the remainder of the block will be executed once the suspend resumes
e

elizarov

04/06/2017, 3:16 PM
Why would you need that?
Btw, that is how
Unconfined
dispatcher works, but I'm still curious as to what is your use-case.
6 Views