SpawnConfig
Configuration options for hints on how to spawn threads.
Fields of this type
Fields
- stack_size:usize
- Size in bytes of the Thread's stack
- allocator:?std.mem.Allocator
- The allocator to be used to allocate memory for the to-be-spawned thread
= 16 * 1024 * 1024
Values
- default_stack_size
- = 16 * 1024 * 1024