gix_features::parallel

Type Alias 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 */ }