Module rayon::iter::panic_fuse

source ·

Structs§

  • Fuse 🔒
    Helper that sets a bool to true if dropped while unwinding.
  • PanicFuse is an adaptor that wraps an iterator with a fuse in case of panics, to halt all threads as soon as possible.
  • //////////////////////////////////////////////////////////////////////// Consumer implementation
  • //////////////////////////////////////////////////////////////////////// Producer implementation