Changeset 27f2bef for tests/exceptions


Ignore:
Timestamp:
Aug 7, 2023, 12:40:17 PM (10 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
c34bb1f
Parents:
c3e510b
Message:

added comment explaining test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/cor_resumer.cfa

    rc3e510b r27f2bef  
    77vtable(unwind) unwind_vt;
    88
     9
    910coroutine Node { int cnt;  unwind except; };
    1011void ?{}( Node & this, int cnt ) { this.cnt = cnt; }
    1112
     13// builds a list of Node coroutines linked by their last resumer field
     14// the (num_links + 1)th node then triggers unwinding of the list by throwing resumtions at the last resumer
    1215void main( Node & this ) with( this ) {
    1316    sout | cnt;
Note: See TracChangeset for help on using the changeset viewer.