aboutsummaryrefslogtreecommitdiff
path: root/src/ThreadPool.zig
AgeCommit message (Expand)Author
2021-06-30std.Thread: fixup ThreadPool.zigkprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-02-28std: Swap arguments in Thread.spawnLemonBoy
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23minor code readability changesAndrew Kelley
2020-12-23kprotty ThreadPool and WaitGroup patchAndrew Kelley
2020-12-20add an option to compile zig in single-threaded modeAndrew Kelley
2020-12-20workaround for std lib AutoResetEvent bugAndrew Kelley
2020-12-20ThreadPool: delete dead codeAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley