Changeset 41882628 for tests/concurrency/actors/pingpong.cfa
- Timestamp:
- Nov 11, 2024, 10:30:53 PM (6 days ago)
- Branches:
- master
- Children:
- a3af522
- Parents:
- 105fb21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/pingpong.cfa
r105fb21 r41882628 47 47 processor p[Processors - 1]; 48 48 49 start_actor_system( Processors ); // test passing number of processors49 actor_start( Processors ); // test passing number of processors 50 50 ping pi_actor; 51 51 pong po_actor; … … 54 54 p_msg m; 55 55 pi_actor | m; 56 stop_actor_system();56 actor_stop(); 57 57 58 58 sout | "end";
Note: See TracChangeset
for help on using the changeset viewer.