aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/float.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-11-21 12:02:59 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-11-21 19:54:41 -0800
commitcf744aa182cf3a7c4738c43f5b1fcf6c280aa74f (patch)
treed8703b12d47b93216a8128c846a8cb33810bea8a /lib/std/math/float.zig
parent13b537d77c07101a9dcb41e0839df1213ca8dd1d (diff)
downloadzig-cf744aa182cf3a7c4738c43f5b1fcf6c280aa74f.tar.gz
zig-cf744aa182cf3a7c4738c43f5b1fcf6c280aa74f.zip
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.
Diffstat (limited to 'lib/std/math/float.zig')
0 files changed, 0 insertions, 0 deletions