pargraph 0.2.0

Operator based parallel graph processing.
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: 2023 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: GPL-3.0-or-later

//! Executor implementations.

pub mod multi_thread;
pub mod single_thread;