b0f4a3a856
Threaded/test.zig: Add nested groupAsync test
3212d4be93
Threaded.zig: Remove decrement from async limit and saturating subtraction from pool limit
b7a8d2babd
Threaded.zig: Implement per-thread queuing with work stealing
abd131e336
zig cc: make --version use the full clang CLI lowering code path
54b3484256
Revert "disable flaky test: aarch64-macos stage3/4 nondeterminism check"
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
Even better than local outputs, look at this
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
Sure, I can try to see if I can find the outputs from 3 days ago... but chill bro I was only trying to help, meant no disrespect
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
I assure you it has been tested, I wouldn't push it otherwise, there's a clear repro isolating the issue, and it passes after the fix, take a closer look
Threaded.zig: Implement per-thread queuing with work stealing
How is it sloopy? Tried my best 😅
test/run_output_caching: sync file before close to prevent flaky empty reads on Windows
0b890d7403
std.Io.Threaded: retry rename on transient Windows AccessDenied
bf6ddd377b
test: add regression test for #31561
94355f1920
README: add information about installation via bootstrap.c
8f6bad065e
std.Thread.setName/getName: remove wrong error handling
4431ca28b8
fix Windows clock handling
5c38950d6a
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
Threaded.zig: Implement per-thread queuing with work stealing
Hey, opened a PR attempting to fix the issue on your repo :)
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
1733ab2af0
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
385ca46016
Threaded.zig: Implement per-thread queuing with work stealing
94355f1920
README: add information about installation via bootstrap.c
8f6bad065e
std.Thread.setName/getName: remove wrong error handling
4431ca28b8
fix Windows clock handling
eec244c5a2
std.crypto.tls.Client: expose InitError (#31610)
589bcb2544
std.heap.ArenaAllocator: Make
resize and free check whether allocation is within current node more rigorously
c137e7201d
std.Io.Threaded: retry rename on transient Windows AccessDenied
577263f818
std.Io.net.Server: make AcceptOptions a required parameter
test/run_output_caching: sync file before close to prevent flaky empty reads on Windows