Struct rayon::FnContext [] [src]

pub struct FnContext { /* fields omitted */ }

Provides the calling context to a closure called by join_context.

Methods

impl FnContext
[src]

[src]

Returns true if the closure was called from a different thread than it was provided from.

Trait Implementations

impl Debug for FnContext
[src]

[src]

Formats the value using the given formatter.