summaryrefslogtreecommitdiffstats
path: root/game/shared/threading.cc
Commit message (Collapse)AuthorAgeFilesLines
* Slightly refactor threading APIuntodesu2025-03-231-1/+1
| | | | | | | - Hide away threading::submit overload that is meant to only be used with either a task that has been allocated using "new" or using a templated overload. Now it's called threading::detail::submit_new - Removed an unnecessary status check in mesher's Task::finalize impl
* Update threading command line argumentsuntodesu2025-03-161-3/+21
|
* Add whatever I was working on for the last monthuntodesu2025-03-151-0/+91