zig/lib/std/os
LemonBoy 566adc2510 std: Swap arguments in Thread.spawn
Beside the new order being consistent with the ThreadPool API and making
more sense, this shuffling allows to write the context argument type in
terms of the startFn arguments, reducing the use of anytype (eg. less
explicit casts when using comptime_int parameters, yay).

Sorry for the breakage.

Closes #8082
2021-02-28 14:03:19 +01:00
..
bits initial support for haiku sync update 2021-02-25 16:41:42 -07:00
linux Convert inline fn to callconv(.Inline) everywhere 2021-02-10 20:06:12 -07:00
uefi std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position (#7762) 2021-01-13 21:46:22 -05:00
windows zig fmt the std lib 2021-02-24 21:29:23 -07:00
bits.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
darwin.zig Year++ 2020-12-31 15:45:24 -08:00
dragonfly.zig Year++ 2020-12-31 15:45:24 -08:00
freebsd.zig Year++ 2020-12-31 15:45:24 -08:00
haiku.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
linux.zig Rebase link(at) properly 2021-02-21 12:04:40 +02:00
netbsd.zig Year++ 2020-12-31 15:45:24 -08:00
openbsd.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig std: Swap arguments in Thread.spawn 2021-02-28 14:03:19 +01:00
uefi.zig std.os.uefi.Guid fixes (#8032) 2021-02-21 12:17:59 +02:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig Convert inline fn to callconv(.Inline) everywhere 2021-02-10 20:06:12 -07:00