aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event/wait_group.zig
AgeCommit message (Expand)Author
2024-02-01remove std.eventVeikka Tuominen
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-11std.event.WaitGroup: fix compilation (acquire->lock, release->unlock)Stephen Gutekanst
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2020-12-31Year++Frank Denis
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-07add WaitGroup to std.eventLoris Cro