Type Definition gix_features::parallel::Scope
source · pub type Scope<'scope, 'env> = Scope<'scope, 'env>;Available on crate feature
parallel only.Expand description
A scope to start threads within.
pub type Scope<'scope, 'env> = Scope<'scope, 'env>;parallel only.A scope to start threads within.