Edoardo Luppi
08/23/2023, 11:02 PMsuspendCancellableCoroutine { continuation ->
...
continuation.resume(...) // or resumeWithException
... other code
}
What happens to the code that is after continuation.resume
?ephemient
08/23/2023, 11:20 PMEdoardo Luppi
08/23/2023, 11:21 PMresume
intended to be the last call in the code path?Edoardo Luppi
08/23/2023, 11:21 PMephemient
08/23/2023, 11:23 PMEdoardo Luppi
08/23/2023, 11:24 PMresume
runs btw, just testedEdoardo Luppi
08/23/2023, 11:32 PMephemient
08/23/2023, 11:34 PM