aboutsummaryrefslogtreecommitdiff
path: root/lib/thread.h
Commit message (Collapse)AuthorAgeFilesLines
* fix memory leak when destroying Thread objects (#3)Johannes Stölp2020-10-221-3/+7
|
* added doc on thread & executorjohannst2020-10-051-8/+41
|
* change fmt of short functionjohannst2020-10-051-1/+3
| | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410
* add support for function objectsjohannst2020-10-051-0/+23
|
* added finished flag to thread + catch exceptions in thread entry function as ↵johannst2020-09-261-0/+3
| | | | unwinding across entry fn would be catastrophic
* split classes into separate files, add arch specific subdirjohannst2020-09-221-0/+26