Changeset 9cbdc13 for tests/concurrency
- Timestamp:
- Nov 2, 2023, 11:55:48 AM (14 months ago)
- Branches:
- master
- Children:
- 49ae2bc
- Parents:
- 5ad24a2c
- Location:
- tests/concurrency/actors
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/.expect/dynamic.txt
r5ad24a2c r9cbdc13 1 1 starting 2 2 started 3 stopping4 3 Done 5 4 stopped -
tests/concurrency/actors/.expect/static.txt
r5ad24a2c r9cbdc13 1 1 starting 2 2 started 3 stopping4 3 Done 5 4 stopped -
tests/concurrency/actors/dynamic.cfa
r5ad24a2c r9cbdc13 58 58 *d_actor | *d_msg; 59 59 60 sout | "stopping";61 62 60 stop_actor_system(); 63 61 -
tests/concurrency/actors/static.cfa
r5ad24a2c r9cbdc13 55 55 actor | msg; 56 56 57 sout | "stopping";58 59 57 stop_actor_system(); 60 58
Note: See TracChangeset
for help on using the changeset viewer.