zig/lib/std/Io/Threaded
Carl Åstholm cca2d09950 io: Correctly align async closure contexts
This fixes package fetching on Windows.

Previously, `Async/GroupClosure` allocations were only aligned for the
closure struct type, which resulted in panics when `context_alignment`
(or `result_alignment` for that matter) had a greater alignment.
2025-11-11 01:11:45 +01:00
..
test.zig io: Correctly align async closure contexts 2025-11-11 01:11:45 +01:00