Skip to main content

Module prelude

Module prelude 

Source

Traits§

IndexedParallelIterator
An iterator that knows its exact length.
IntoParallelIterator
IntoParallelRefIterator
IntoParallelRefMutIterator
ParIterExt
ParallelIterator
A trait for dealing with iterators.
ParallelSlice
ParallelSliceMut
SharedExt

Functions§

current_num_threads
Always 1: there is only one thread of execution in a serial build.
join
Runs oper_a then oper_b in sequence, unlike rayon’s join, which may run them concurrently on separate threads.