summaryrefslogtreecommitdiff
path: root/threading.h
AgeCommit message (Expand)Author
2022-12-24Make it compile with MSVC.HEADmasterKeuin
2022-04-20Reserve vector thread_pool::tasks to speed up task initializing.Keuin
2022-04-20Code refactor: make basic_viewport and aa_viewport no longer a child class. M...Keuin
2022-04-17Remove redundant closure.Keuin
2022-04-17New lock-free thread pool. Improve CPU utility with massive small tasks.Keuin