rustpool 0.0.1-beta

A data and thread pool library for Rust
Documentation
[dependencies.libc]
version = "0.2"

[[example]]
crate-type = ["bin"]
name = "blocking_queue"

[[example]]
crate-type = ["bin"]
name = "atomic_queue"

[[example]]
crate-type = ["bin"]
name = "thread_pool"

[package]
authors = ["Bira Ignacio <bira@duck.com>"]
description = "A data and thread pool library for Rust"
edition = "2018"
license-file = "LICENSE"
name = "rustpool"
repository = "https://github.com/bignacio/rustpool"
version = "0.0.1-beta"