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
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "parallel_worker"

version = "0.1.5"

edition = "2024"

authors = ["Tom Paßberg"]

license = "MIT"

description = "A parallel worker implementation in Rust. Allows to start tasks in parallel and receive the results blocking or non-blocking."

repository = "https://github.com/Tomyyy-1337/parallel_worker"

keywords = ["concurrency", "parallel", "worker", "thread", "pool"]

categories = ["concurrency"]

readme = "README.md"



[dependencies]