source:
tests/concurrency/waitfor/gendestructor.cfa
| Last change on this file was 6018ddb, checked in by , 33 hours ago | |
|---|---|
|
|
| File size: 130 bytes | |
| Line | |
|---|---|
| 1 | #include "gendestructor.hfa" |
| 2 | |
| 3 | #include <fstream.hfa> |
| 4 | |
| 5 | void main(MyThread &t) { |
| 6 | waitfor(^?{} : t); |
| 7 | sout | "Destructor called"; |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.