Configuration options for hints on how to spawn threads.
stack_size: usize = (16 * 1024) * 1024,
Size in bytes of the Thread’s stack
allocator: ?std.mem.Allocator = null,
The allocator to be used to allocate memory for the to-be-spawned thread