zig/src/Sema
Matthew Lugg 18bc7e802f
compiler: replace thread pool with std.Io
Eliminate the `std.Thread.Pool` used in the compiler for concurrency and
asynchrony, in favour of the new `std.Io.async` and `std.Io.concurrent`
primitives.

This removes the last usage of `std.Thread.Pool` in the Zig repository.
2025-12-22 12:55:16 +00:00
..
arith.zig fix: emit vector instead of scalar u1_zero in shl_with_overflow logic 2025-08-12 16:33:58 +02:00
bitcast.zig Sema: Improve comptime arithmetic undef handling 2025-08-12 16:33:57 +02:00
comptime_ptr_access.zig compiler: spring cleaning 2025-11-12 16:00:15 +00:00
LowerZon.zig compiler: replace thread pool with std.Io 2025-12-22 12:55:16 +00:00