obj: add MPSC lock-free FIFO queue with atomic batch-take support

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-11-17 16:29:40 -07:00 committed by Emi Gutekanst
parent 9d134dc72d
commit f75d9b95fe
2 changed files with 452 additions and 0 deletions

View file

@ -51,6 +51,7 @@ test {
_ = math;
_ = testing;
_ = time;
_ = @import("mpsc.zig");
std.testing.refAllDeclsRecursive(gamemode);
std.testing.refAllDeclsRecursive(math);
}