Ignore:
File:
1 edited

Legend:

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

    r41882628 r7edf912  
    2929        sout | "Start";
    3030        {
    31                 actor_start();
     31                start_actor_system();
    3232                D_msg * dm = alloc();
    3333                (*dm){};
     
    4040                *s | *dm;
    4141                *s2 | *dm2;
    42                 actor_stop();
     42                stop_actor_system();
    4343        }
    4444        {
    45                 actor_start();
     45                start_actor_system();
    4646                Server s[2];
    4747                D_msg * dm = alloc();
     
    5151                s[0] | *dm;
    5252                s[1] | *dm2;
    53                 actor_stop();
     53                stop_actor_system();
    5454        }
    5555        sout | "Finished";
Note: See TracChangeset for help on using the changeset viewer.