Crate ppl

source ·
Expand description

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

Modules§

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

Macros§

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