Loop

The package allows for processing iterators in parallel.
Examples
Synchronously:
use r#loop parallelize;
let double = ;
let _ = parallelize.;
Asynchronously:
use StreamExt;
use r#loop parallelize;
let double = ;
let _ = parallelize..await;
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.