Support coroutines stack-unwinding in JVM backend
#KT-14924 In Progress
This commit is contained in:
@@ -60,6 +60,8 @@ class FutureController<T> {
|
||||
else
|
||||
machine.resumeWithException(throwable)
|
||||
}
|
||||
|
||||
Suspend
|
||||
}
|
||||
|
||||
operator fun handleResult(value: T, c: Continuation<Nothing>) {
|
||||
|
||||
@@ -56,6 +56,8 @@ class FutureController<T> {
|
||||
else
|
||||
machine.resumeWithException(throwable)
|
||||
}
|
||||
|
||||
Suspend
|
||||
}
|
||||
|
||||
operator fun handleResult(value: T, c: Continuation<Nothing>) {
|
||||
|
||||
Reference in New Issue
Block a user