Closed
Description
We need this to call any function marked with suspend
in Kotlin. In Java, this gets desugared into passing a Continuation
to the function which itself has a resume
function. This means that we need to have #763 first.
Metadata
Metadata
Assignees
Labels
No labels