Changeset 2a301ff for tests/concurrency/actors/inherit.cfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (3 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/concurrency/actors/inherit.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/actors/inherit.cfa
r92355883 r2a301ff 13 13 struct D_msg { int a; inline message; }; 14 14 void ?{}( D_msg & this ) { set_allocation( this, Delete ); } 15 void ^?{}( D_msg & this) { mutex(sout) sout | 'A'; }15 void ^?{}( D_msg & ) { mutex(sout) sout | 'A'; } 16 16 17 17 struct D_msg2 { inline D_msg; };
Note:
See TracChangeset
for help on using the changeset viewer.