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 ๐