mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 06:24:44 +01:00
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. |
||
|---|---|---|
| .. | ||
| arith.zig | ||
| bitcast.zig | ||
| comptime_ptr_access.zig | ||
| LowerZon.zig | ||