Struct rustc_rayon::FnContext [−][src]
pub struct FnContext { /* fields omitted */ }
Provides the calling context to a closure called by join_context
.
Methods
impl FnContext
[src]
impl FnContext
pub fn migrated(&self) -> bool
[src]
pub fn migrated(&self) -> bool
Returns true
if the closure was called from a different thread
than it was provided from.