lamellar 0.8.1

Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod collect;
pub(crate) mod count;
pub(crate) mod for_each;
pub(crate) mod reduce;
pub(crate) mod sum;

pub(crate) use collect::*;
pub(crate) use count::*;
pub(crate) use for_each::*;
pub(crate) use reduce::*;
pub(crate) use sum::*;