Skip to main content

ComputeContext

Type Alias ComputeContext 

Source
pub type ComputeContext<'outer, 'inner> = ScopedCx<'outer, 'inner>;
Expand description

An execution context of a scope created by Context::compute_scoped().

Aliased Typeยง

pub struct ComputeContext<'outer, 'inner> { /* private fields */ }