Crate ppl

Crate ppl 

Source
Expand description

Parallelo Parallel Library (PPL) is a structured parallel programming framework written in Rust.

Modules§

core
Core components of the framework.
mpsc
Multi-producer, Single-consumer channels.
pipeline
Parallel pipeline
prelude
This module contains the most used types and traits.
templates
Collection of templates that can be used to create a pipeline.
thread_pool
Work-stealing based thread pool.

Macros§

pipeline
Macro that allows to create a concurrent pipeline.
propagate
Support macro used by pipeline!.