Std.process.spawn new 0.16 help

I suggest you use something like this updated for recent versions:

So choose debug allocator in safe modes to detect memory leaks and std.heap.smp_allocator in unsafe release modes.

You need a thread safe allocator, debug allocator and smp_allocator are both thread safe.

1 Like