pub fn create_pool(workers: usize) -> StrykeResult<StrykeValue>Expand description
Create a pool with workers OS threads (clamped to 1..=256). Each thread runs jobs
sequentially; new VMHelper values are constructed per job (cheap vs thread spawn).