- File:
-
- 1 edited
-
tests/concurrency/actors/dynamic.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/dynamic.cfa
r41882628 r9cbdc13 48 48 49 49 executor e{ 0, 1, 1, false }; 50 actor_start( e ); 50 start_actor_system( e ); 51 51 52 sout | "started"; 52 53 … … 57 58 *d_actor | *d_msg; 58 59 59 actor_stop(); 60 stop_actor_system(); 61 60 62 sout | "stopped"; 61 63 }
Note:
See TracChangeset
for help on using the changeset viewer.