/home/ABC/.zig/lib/std/Thread/Pool.zig:93:13: error: error is ignored
@call(.auto, func, closure.arguments);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ABC/.zig/lib/std/Thread/Pool.zig:93:13: note: consider using 'try', 'catch', or 'if'
Not throwing that error.
Zig Version
0.12.0-dev.2543+9eda6ccef
Steps to Reproduce and Observed Behavior
Expected Behavior
Not throwing that error.