pub fn boolean_dispatch_with_progress(
mesh_a: &ManifoldImpl,
mesh_b: &ManifoldImpl,
op: OpType,
engine: BooleanEngine,
token: Option<&CancelToken>,
progress: Option<&ProgressReporter>,
) -> ManifoldImplExpand description
boolean_dispatch with optional progress reporting (see
crate::progress).
The robust engine reports its pipeline phases; the exact engine reports a
single indeterminate ExactBoolean phase and is otherwise untouched, so
its timing and results are exactly what they were. None is byte-for-byte
boolean_dispatch.