- File:
-
- 1 edited
-
tests/concurrency/actors/inline.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/inline.cfa
r8d6786b r77fd9fe2 41 41 d_msg * dm = alloc(); 42 42 (*dm){ 42, 2423 }; 43 da <<*dm;43 da | *dm; 44 44 stop_actor_system(); // waits until actors finish 45 45 } … … 52 52 message * mg = &dm; 53 53 virtual_dtor * v = &dm; 54 da <<dm;54 da | dm; 55 55 stop_actor_system(); // waits until actors finish 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.