worker-pool 0.2.1

A rust crate to handle a set of worker threads, which need to communicate back their result to the main thread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Shad Amethyst <adrien.burgun@orange.fr>"]
categories = ["concurrency"]
description = "A rust crate to handle a set of worker threads, which need to communicate back their result to the main thread"
edition = "2021"
keywords = ["actors", "threadpool", "thread", "pool", "mpsc"]
license = "MIT OR Apache-2.0"
name = "worker-pool"
repository = "https://github.com/adri326/worker-pool/"
resolver = "2"
version = "0.2.1"