pub fn set_parallel_threads(count: usize, priority: Option<CallbackPriority>)Expand description
C callbackParallelThreads(count, prio) (callback.c:160-208) for
one band, or for all three when priority is None — C’s
NULL/""/"*" case. count is clamped to at least 1 exactly as
callback.c:171 does.