Struct rayon::FnContext [−][src]
pub struct FnContext { /* fields omitted */ }
Provides the calling context to a closure called by join_context
.
Implementations
impl FnContext
[src]
impl FnContext
[src]pub struct FnContext { /* fields omitted */ }
Provides the calling context to a closure called by join_context
.
impl FnContext
[src]impl RefUnwindSafe for FnContext
impl !Send for FnContext
impl !Sync for FnContext
impl Unpin for FnContext
impl UnwindSafe for FnContext