Function llg_clone_stop_controller

pub extern "C" fn llg_clone_stop_controller(
    stop_ctrl: &LlgStopController,
) -> *mut LlgStopController
Expand description

Clone the stop-sequence controller. The cloned controller shares (under mutex) regex caches if any, so that cloning is cheap.