index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Thread
/
Pool.zig
Age
Commit message (
Expand
)
Author
2025-04-03
de-genericify SinglyLinkedList
Andrew Kelley
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2024-11-11
Revert "Enable thread_pool function to throw errors (#20260)"
Andrew Kelley
2024-11-11
Enable thread_pool function to throw errors (#20260)
ippsav
2024-07-09
test: Add `spawn` behavior test
mochalins
2024-07-09
fix: Update `spawn`'s' `runFn` signature
mochalins
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
InternPool: temporarily disable multi-threaded behavior
Jacob Young
2024-07-07
InternPool: implement thread-safe hash map
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-05-03
add std.Thread.Pool.spawnWg
Andrew Kelley
2024-04-19
std: fix Thread.Pool.spawn
GethDW
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-01-22
Free threads in std.Thread.Pool.init only with pool.join
Littleote
2023-03-15
zig build: add a -j<N> option for limiting concurrency
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley