Support coroutines stack-unwinding in JVM backend

#KT-14924 In Progress
This commit is contained in:
Denis Zharkov
2016-11-29 10:30:33 +03:00
parent 27e4caf046
commit fcd9ee037e
86 changed files with 404 additions and 35 deletions
+2
View File
@@ -60,6 +60,8 @@ class FutureController<T> {
else
machine.resumeWithException(throwable)
}
Suspend
}
operator fun handleResult(value: T, c: Continuation<Nothing>) {
+2
View File
@@ -56,6 +56,8 @@ class FutureController<T> {
else
machine.resumeWithException(throwable)
}
Suspend
}
operator fun handleResult(value: T, c: Continuation<Nothing>) {