aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/thread.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added benchmark utility command `bench` (#298)Stefan Boberg2023-05-161-0/+19
| | | currently this implements a way (`zen bench --purge`) to purge the standby lists on Windows. This basically flushes the file system cache and is useful to put your system in a consistent state before running benchmarks
* SetCurrentThreadName now sets thread name in traceStefan Boberg2023-05-151-10/+14
|
* 247 complete httpclient implementation (#269)Stefan Boberg2023-05-051-4/+4
| | | | | | | | | * implemented HttpClient connection pooling * implemented missing verbs * added response helpers (CbObject/CbPackage/text) * added RwLock::WithSharedLock and RwLock::WithExclusiveLock * added some noexcept annotations on RwLock * removed CPR dependency in httpclient.h
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1212
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees