Changeset 76c94bf
- Timestamp:
- Apr 15, 2021, 1:54:38 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c0c0bd5
- Parents:
- 780a614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/futures/multi.cfa
r780a614 r76c94bf 10 10 11 11 void ?{}( Server & this ) { 12 ((thread&)this){"Server Thread"}; 12 13 this.cnt = 0; 13 14 this.iteration = 0; … … 57 58 Server * the_server; 58 59 thread Worker {}; 60 void ?{}(Worker & this) { 61 ((thread&)this){"Worker Thread"}; 62 } 63 59 64 multi_future(int) * shared_future; 60 65
Note: See TracChangeset
for help on using the changeset viewer.