Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/actors/inline.cfa

    r8d6786b r77fd9fe2  
    4141        d_msg * dm = alloc();
    4242        (*dm){ 42, 2423 };
    43         da << *dm;
     43        da | *dm;
    4444        stop_actor_system();                                // waits until actors finish
    4545    }
     
    5252        message * mg = &dm;
    5353        virtual_dtor * v = &dm;
    54         da << dm;
     54        da | dm;
    5555        stop_actor_system();                                // waits until actors finish
    5656    }
Note: See TracChangeset for help on using the changeset viewer.