aboutsummaryrefslogtreecommitdiff
path: root/src/threading.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thread priority reworkBenoit Germain2025-05-071-3/+11
| | | | | | | * thread priorities can now be set using the native range of values, if desired. * thread API errors cause a Lua error instead of aborting the program. * new function lanes.thread_priority_range(), to query the valid range of priorities. * unit tests for all of the above
* Fix threading compilation for MinGWBenoit Germain2025-04-011-24/+31
|
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵Benoit Germain2024-10-281-0/+73
threading.hpp