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 */ }pub type ComputeContext<'outer, 'inner> = ScopedCx<'outer, 'inner>;An execution context of a scope created by Context::compute_scoped().
pub struct ComputeContext<'outer, 'inner> { /* private fields */ }