zig/lib/std/Thread
Andrew Kelley cf744aa182 std.Io.Threaded: slightly different semantics
while still preserving the guarantee about async() being assigned a unit
of concurrency (or immediately running the task), this change:
* retains the error from calling getCpuCount()
* spawns all threads in detached mode, using WaitGroup to join them
* treats all workers the same regardless of whether they are processing
  concurrent or async tasks. one thread pool does all the work, while
  respecting async and concurrent limits.
2025-11-21 19:54:41 -08:00
..
Mutex
Condition.zig std.os.windows: eliminate forwarder function in kernel32 (#25766) 2025-10-31 13:54:50 +00:00
Futex.zig system specific errno 2025-11-20 15:03:23 -08:00
Mutex.zig std.os.windows: eliminate forwarder function in kernel32 (#25766) 2025-10-31 13:54:50 +00:00
Pool.zig revert std.Thread.Pool for now 2025-10-29 06:20:48 -07:00
RwLock.zig std: make RwLock test less intensive 2025-10-18 09:28:43 +01:00
Semaphore.zig
WaitGroup.zig std.Io.Threaded: slightly different semantics 2025-11-21 19:54:41 -08:00