Spawn a short-lived thread |  |  |
Create a parallel data pipeline |  |  |
Pass data between two threads |  |  |
Maintain global mutable state |  |  |
Calculate SHA1 sum of *.iso files concurrently |  |   |
Draw fractal dispatching work to a thread pool |  |    |
Mutate the elements of an array in parallel |  |  |
Test in parallel if any or all elements of a collection match a given predicate |  |  |
Search items using given predicate in parallel |  |  |
Sort a vector in parallel |  |  |
Map-reduce in parallel |  |  |
Generate jpg thumbnails in parallel |  |   |