orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
6
use crate::pools::BasicPool;

#[test]
fn basic_pool_drops_cleanly() {
    let _pool = BasicPool::new(1);
}