Changeset 41882628 for tests/concurrency/actors/static.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/static.cfa
r105fb21 r41882628 45 45 46 46 executor e{ 0, 1, 1, false }; 47 start_actor_system( e ); 48 47 actor_start( e ); 49 48 sout | "started"; 50 51 49 derived_msg msg; 52 53 50 derived_actor actor; 54 55 51 actor | msg; 56 57 stop_actor_system(); 58 52 actor_stop(); 59 53 sout | "stopped"; 60 54 }
Note: See TracChangeset
for help on using the changeset viewer.