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:
parent
9d134dc72d
commit
f75d9b95fe
2 changed files with 452 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ test {
|
|||
_ = math;
|
||||
_ = testing;
|
||||
_ = time;
|
||||
_ = @import("mpsc.zig");
|
||||
std.testing.refAllDeclsRecursive(gamemode);
|
||||
std.testing.refAllDeclsRecursive(math);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue