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.
  • PanicFuseConsumer ๐Ÿ”’
    //////////////////////////////////////////////////////////////////////// Consumer implementation
  • PanicFuseFolder ๐Ÿ”’
  • PanicFuseIter ๐Ÿ”’
  • PanicFuseProducer ๐Ÿ”’
    //////////////////////////////////////////////////////////////////////// Producer implementation
  • PanicFuseReducer ๐Ÿ”’