zig/lib/std/Thread
Andrew Kelley a72292513e add std.Thread.Pool.spawnWg
This function accepts a WaitGroup parameter and manages the reference
counting therein. It also is infallible.

The existing `spawn` function is still handy when the job wants to
further schedule more tasks.
2024-05-03 20:58:02 -07:00
..
Condition.zig std.builtin: make atomic order fields lowercase 2024-03-11 07:09:10 -07:00
Futex.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
Mutex.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
Pool.zig add std.Thread.Pool.spawnWg 2024-05-03 20:58:02 -07:00
ResetEvent.zig std.builtin: make atomic order fields lowercase 2024-03-11 07:09:10 -07:00
RwLock.zig Clarify the blocking behavior of RwLock.lockShared(). (#19752) 2024-04-24 10:41:13 -05:00
Semaphore.zig Change many test blocks to doctests/decltests 2024-02-26 15:18:31 -08:00
WaitGroup.zig std.builtin: make atomic order fields lowercase 2024-03-11 07:09:10 -07:00