- File:
-
- 1 edited
-
tests/exceptions/cancel/coroutine.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/cancel/coroutine.cfa
recfd758 rb583113 25 25 resume(cancel); 26 26 printf("4"); 27 } catchResume ( SomeCoroutineCancelled* error) {27 } catchResume (CoroutineCancelled(WillCancel) * error) { 28 28 printf("2"); 29 29 if ((virtual internal_error *)error->the_exception) {
Note:
See TracChangeset
for help on using the changeset viewer.