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.- Panic
Fuse ๐Consumer //////////////////////////////////////////////////////////////////////// Consumer implementation - Panic
Fuse ๐Folder - Panic
Fuse ๐Iter - Panic
Fuse ๐Producer //////////////////////////////////////////////////////////////////////// Producer implementation - Panic
Fuse ๐Reducer