add hint regarding to exception in docu

This commit is contained in:
Oliver Kowalke 2014-07-29 20:27:04 +02:00
parent 1005688697
commit ba957788e6
2 changed files with 6 additions and 0 deletions

View File

@ -242,6 +242,9 @@ pending __forced_unwind__ exception.]
// possibly not re-throw pending exception
}
[important Do not jump from inside a catch block and than re-throw the
exception in another execution context.]
[heading Stack unwinding]
Sometimes it is necessary to unwind the stack of an unfinished coroutine to

View File

@ -161,6 +161,9 @@ pending __forced_unwind__ exception.]
// possibly not re-throw pending exception
}
[important Do not jump from inside a catch block and than re-throw the
exception in another execution context.]
[heading Stack unwinding]
Sometimes it is necessary to unwind the stack of an unfinished coroutine to