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