pub fn init_process(
workers: usize,
_ring_depth: u32,
_buffer_pool_size: usize,
_chunk_size: usize,
_pin_cpus: &[usize],
)Expand description
Full-signature entry point matching the other native backends’ call.
Matches init_fs’s shape, for a future process_init macro to call
uniformly. ring_depth/buffer_pool_size/chunk_size/pin_cpus
don’t apply to this thread-pool-bridged backend and are ignored.
§Panics
See init — the same worker-thread-spawn failure is fatal here too.