This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="List of all items in this crate"><metaname="keywords"content="rust, rustlang, rust-lang"><title>List of all items in this crate</title><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../dark.css"><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><scriptsrc="../storage.js"></script><noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="shortcut icon"href="../favicon.ico"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../rayon/index.html'><divclass='logo-container'><imgsrc='../rust-logo.png'alt='logo'></div></a></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"><imgsrc="../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"></div></div><scriptsrc="../theme.js"></script><navclass="sub"><formclass="search-form js-only"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><aid="settings-menu"href="../settings.html"><imgsrc="../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class='fqn'><spanclass='out-of-band'><spanid='render-detail'><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass='inner'>−</span>]</a></span>
</span>
<spanclass='in-band'>List of all items</span></h1><h3id='Structs'>Structs</h3><ulclass='structs docblock'><li><ahref='struct.FnContext.html'>FnContext</a></li><li><ahref='struct.Scope.html'>Scope</a></li><li><ahref='struct.ScopeFifo.html'>ScopeFifo</a></li><li><ahref='struct.ThreadBuilder.html'>ThreadBuilder</a></li><li><ahref='struct.ThreadPool.html'>ThreadPool</a></li><li><ahref='struct.ThreadPoolBuildError.html'>ThreadPoolBuildError</a></li><li><ahref='struct.ThreadPoolBuilder.html'>ThreadPoolBuilder</a></li><li><ahref='collections/binary_heap/struct.IntoIter.html'>collections::binary_heap::IntoIter</a></li><li><ahref='collections/binary_heap/struct.Iter.html'>collections::binary_heap::Iter</a></li><li><ahref='collections/btree_map/struct.IntoIter.html'>collections::btree_map::IntoIter</a></li><li><ahref='collections/btree_map/struct.Iter.html'>collections::btree_map::Iter</a></li><li><ahref='collections/btree_map/struct.IterMut.html'>collections::btree_map::IterMut</a></li><li><ahref='collections/btree_set/struct.IntoIter.html'>collections::btree_set::IntoIter</a></li><li><ahref='collections/btree_set/struct.Iter.html'>collections::btree_set::Iter</a></li><li><ahref='collections/hash_map/struct.IntoIter.html'>collections::hash_map::IntoIter</a></li><li><ahref='collections/hash_map/struct.Iter.html'>collections::hash_map::Iter</a></li><li><ahref='collections/hash_map/struct.IterMut.html'>collections::hash_map::IterMut</a></li><li><ahref='collections/hash_set/struct.IntoIter.html'>collections::hash_set::IntoIter</a></li><li><ahref='collections/hash_set/struct.Iter.html'>collections::hash_set::Iter</a></li><li><ahref='collections/linked_list/struct.IntoIter.html'>collections::linked_list::IntoIter</a></li><li><ahref='collections/linked_list/struct.Iter.html'>collections::linked_list::Iter</a></li><li><ahref='collections/linked_list/struct.IterMut.html'>collections::linked_list::IterMut</a></li><li><ahref='collections/vec_deque/struct.IntoIter.html'>collections::vec_deque::IntoIter</a></li><li><ahref='collections/vec_deque/struct.Iter.html'>collections::vec_deque::Iter</a></li><li><ahref='collections/vec_deque/struct.IterMut.html'>collections::vec_deque::IterMut</a></li><li><ahref='iter/struct.Chain.html'>iter::Chain</a></li><li><ahref='iter/struct.Chunks.html'>iter::Chunks</a></li><li><ahref='iter/struct.Cloned.html'>iter::Cloned</a></li><li><ahref='iter/struct.Empty.html'>iter::Empty</a></li><li><ahref='iter/struct.Enumerate.html'>iter::Enumerate</a></li><li><ahref='iter/struct.Filter.html'>iter::Filter</a></li><li><ahref='iter/struct.FilterMap.html'>iter::FilterMap</a></li><li><ahref='iter/struct.FlatMap.html'>iter::FlatMap</a></li><li><ahref='iter/struct.Flatten.html'>iter::Flatten</a></li><li><ahref='iter/struct.Fold.html'>iter::Fold</a></li><li><ahref='iter/struct.FoldWith.html'>iter::FoldWith</a></li><li><ahref='iter/struct.Inspect.html'>iter::Inspect</a></li><li><ahref='iter/struct.Interleave.html'>iter::Interleave</a></li><li><ahref='iter/struct.InterleaveShortest.html'>iter::InterleaveShortest</a></li><li><ahref='iter/struct.Intersperse.html'>iter::Intersperse</a></li><li><ahref='iter/struct.IterBridge.html'>iter::IterBridge</a></li><li><ahref='iter/struct.Map.html'>iter::Map</a></li><li><ahref='iter/struct.MapInit.html'>iter::MapInit</a></li><li><ahref='iter/struct.MapWith.html'>iter::MapWith</a></li><li><ahref='iter/struct.MaxLen.html'>iter::MaxLen</a></li><li><ahref='iter/struct.MinLen.html'>iter::MinLen</a></li><li><ahref='iter/struct.Once.html'>iter::Once</a></li><li><ahref='iter/struct.PanicFuse.html'>iter::PanicFuse</a></li><li><ahref='iter/struct.Repeat.html'>iter::Repeat</a></li><li><ahref='iter/struct.RepeatN.html'>iter::RepeatN</a></li><li><ahref='iter/struct.Rev.html'>iter::Rev</a></li><li><ahref='iter/struct.Skip.html'>iter::Skip</a></li><li><ahref='iter/struct.Split.html'>iter::Split</a></li><li><ahref='iter/struct.Take.html'>iter::Take</a></li><li><ahref='iter/struct.TryFold.html'>iter::TryFold</a></li><li><ahref='iter/struct.TryFoldWith.html'>iter::TryFoldWith</a></li><li><ahref='iter/struct.Update.html'>iter::Update</a></li><li><ahref='iter/struct.WhileSome.html'>iter::WhileSome</a></li><li><ahref='iter/struct.Zip.html'>iter::Zip</a></li><li><ahref='iter/struct.ZipEq.html'>iter::ZipEq</a></li><li><ahref='option/struct.IntoIter.html'>option::IntoIter</a></li><li><ahref='option/struct.Iter.html'>option::Iter</a></li><li><ahref='option/struct.IterMut.html'>option::IterMut</a></li><li><ahref='range/struct.Iter.html'>range::Iter</a></li><li><ahref='range_inclusive/struct.Iter.html'>range_inclusive::Iter</a></li><li><ahref='result/struct.IntoIter.html'>result::IntoIter</a></li><li><ahref='result/struct.Iter.html'>result::Iter</a></li><li><ahref='result/struct.IterMut.html'>result::IterMut</a></li><li><ahref='slice/struct.Chunks.html'>slice::Chunks</a></li><li><ahref='slice/struct.ChunksMut.html'>slice::ChunksMut</a></li><li><ahref='slice/struct.Iter.html'>slice::Iter</a></li><li><ahref='slice/struct.IterMut.html'>slice::IterMut</a></li><li><ahref='slice/struct.Split.html'>slice::Split</a></li><li><ahref='slice/struct.SplitMut.html'>slice::SplitMut</a></li><li><ahref='slice/struct.Windows.html'>slice::Windows</a></li><li><ahref='str/struct.Bytes.html'>str::Bytes</a></li><li><ahref='str/struct.CharIndices.html'>str::CharIndices</a></li><li><ahref='str/struct.Chars.html'>str::Chars</a></li><li><ahref='str/struct.EncodeUtf16.html'>str::EncodeUtf16</a></li><li><ahref='str/struct.Lines.html'>str::Lines</a></li><li><ahref='str/struct.MatchIndices.html'>str::MatchIndices</a></li><li><ahref='str/struct.Matches.html'>str::Matches</a></li><li><ahref='str/struct.Split.html'>str::Split</a></li><li><ahref='str/struct.SplitTerminator.html'>str::SplitTerminator</a></li><li><ahref='str/struct.SplitWhitespace.html'>str::SplitWhitespace</a></li><li><ahref='vec/struct.IntoIter.html'>vec::IntoIter</a></li></ul><h3id='Enums'>Enums</h3><ulclass='enums docblock'><li><ahref='iter/enum.Either.html'>iter::Either</a></li></ul><h3id='Traits'>Traits</h3><ulclass='traits docblock'><li><ahref='iter/trait.FromParallelIterator.html'>iter::FromParallelIterator</a></li><li><ahref='iter/trait.IndexedParallelIterator.html'>iter::IndexedParallelIterator</a></li><li><ahref='iter/trait.IntoParallelIterator.html'>iter::IntoParallelIterator</a></li><li><ahref='iter/trait.IntoParallelRefIterator.html'>iter::IntoParallelRefIterator</a></li><li><ahref='iter/trait.IntoParallelRefMutIterator.html'>iter::IntoParallelRefMutIterator</a></li><li><ahref='iter/trait.ParallelBridge.html'>iter::ParallelBridge</a></li><li><ahref='iter/trait.ParallelExtend.html'>iter::ParallelExtend</a></li><li><ahref='iter/trait.ParallelIterator.html'>iter::ParallelIterator</a></li><li><ahref='iter/plumbing/trait.Consumer.html'>iter::plumbing::Consumer</a></li><li><ahref='iter/plumbing/trait.Folder.html'>iter::plumbing::Folder</a></li><li><ahref='iter/plumbing/trait.Producer.html'>iter::plumbing::Producer</a></li><li><ahref='iter/plumbing/trait.ProducerCallback.html'>iter::plumbing::ProducerCallback</a></li><li><ahref='iter/plumbing/trait.Reducer.html'>iter::plumbing::Reducer</a></li><li><ahref='iter/plumbing/trait.UnindexedConsumer.html'>iter::plumbing::UnindexedConsumer</a></li><li><ahref='iter/plumbing/trait.UnindexedProducer.html'>iter::plumbing::UnindexedProducer</a></li><li><ahref='prelude/trait.ParallelBridge.html'>prelude::ParallelBridge</a></li><li><ahref='slice/trait.ParallelSlice.html'>slice::ParallelSlice</a></li><li><ahref='slice/trait.ParallelSliceMut.html'>slice::ParallelSliceMut</a></li><li><ahref='str/trait.ParallelString.html'>str::ParallelString</a></li></ul><h3id='Functions'>Functions</h3><ulclass='functions docblock'><li><ahref='fn.current_num_threads.html'>current_num_threads</a></li><li><ahref='fn.current_thread_index.html'>current_thread_index</a></li><li><ahref='iter/fn.empty.html'>iter::empty</a></li><li><ahref='iter/fn.once.html'>iter::once</a></li><li><ahref='iter/plumbing/fn.bridge.html'>iter::plumbing::bridge</a></li><li><ahref='iter/plumbing/fn.bridge_producer_consumer.html'>iter::plumbing::bridge_producer_consumer</a></li><li><ahref='iter/plumbing/fn.bridge_unindexed.html'>iter::plumbing::bridge_unindexed</a></li><li><ahref='iter/fn.repeat.html'>iter::repeat</a></li><li><ahref='iter/fn.repeatn.html'>iter::repeatn</a></li><li><ahref='iter/fn.split.html'>iter::split</a></li><li><ahref='fn.join.html'>join</a></li><li><ahref='fn.join_context.html'>join_context</a></li><li><ahref='fn.scope.html'>scope</a></li><li><ahref='fn.scope_fifo.html'>scope_fifo</a></li><li><ahref='fn.spawn.html'>spawn</a></li><li><ahref='fn.spawn_fifo.html'>spawn_fifo</a></li></ul></section><sectionid="search"class="content hidden"></section><sectionclass="footer"></section><asideid="help"class="hidden"><div><h1class="hidden">Help</h1><divclass="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>⏎</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><divclass="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath="../";window.currentCrate="rayon";</script><scriptsrc="../aliases.js"></script><scriptsrc="../main.js"></script><scriptdefersrc="../search-index.js"></script></body></html>