Skip to main content

set_verify_executor

Function set_verify_executor 

Source
pub fn set_verify_executor(pool: Option<&'static dyn VerifyExecutor>)
Expand description

Lends the renderer’s frame worker pool to command verification: while set, segment commits at a record boundary run across the pool’s lanes instead of on the build thread alone. None (the default, and the wasm state) keeps verification serial.