rayon-join-1.1.2 has been yanked.
rayon-join
Simple macro to call join from rayon with more than 2 arguments.
Installation
Usage
You can pass any number of closures:
join!;
You can also pass functions:
join!;
If you need to pass arguments to the functions, use a closure:
join!;