Skip to main content

SharedScript

Type Alias SharedScript 

Source
pub type SharedScript = Rc<RefCell<VecDeque<String>>>;
Expand description

A command queue shared between the tree debugger and an interior-point sub-solve debugger so one --debug-script drives both (they run sequentially, never concurrently).

Aliased Type§

pub struct SharedScript { /* private fields */ }