parallel_worker 0.1.5

A parallel worker implementation in Rust. Allows to start tasks in parallel and receive the results blocking or non-blocking.
Documentation
[dependencies]

[lib]
name = "parallel_worker"
path = "src/lib.rs"

[package]
authors = ["Tom Paßberg"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "A parallel worker implementation in Rust. Allows to start tasks in parallel and receive the results blocking or non-blocking."
edition = "2024"
keywords = ["concurrency", "parallel", "worker", "thread", "pool"]
license = "MIT"
name = "parallel_worker"
readme = "README.md"
repository = "https://github.com/Tomyyy-1337/parallel_worker"
version = "0.1.5"

[[test]]
name = "integration"
path = "tests/integration.rs"