worker_synchronizer 0.1.0

Makes it easier to write multi thread workers that need to synchronize on a shared work pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "worker_synchronizer"
version = "0.1.0"
edition = "2021"
description = "Makes it easier to write multi thread workers that need to synchronize on a shared work pool"
license = "MIT"
repository = "https://github.com/krtab/synchronizer"
readme = "Readme.md"

[dependencies]
parking_lot = "0.12.4"

[dev-dependencies]