Type Alias 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.

Aliased Type§

struct Scope<'scope, 'env> { /* private fields */ }