multipool 0.1.1

A configurable thread pool with optional work-stealing support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "multipool"

version = "0.1.1"

authors = ["Nisal D Ranathunga <nisaldasunpriya@gmail.com>"]

edition = "2021"

license = "MIT"

description = "A configurable thread pool with optional work-stealing support."

keywords = ["thread", "pool", "concurrency", "work-stealing", "threadpool"]

repository = "https://github.com/ndranathunga/multipool"

categories = ["concurrency", "asynchronous"]



[dependencies]

crossbeam = "0.8"



[dev-dependencies]

criterion = "0.4"