scrappy-threadpool 0.0.1

scrappy thread pool for sync code
Documentation
[dependencies.derive_more]
version = "0.99.2"

[dependencies.futures-channel]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.10"

[dependencies.parking_lot]
version = "0.10"

[dependencies.threadpool]
version = "1.7"

[package]
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
categories = ["network-programming", "asynchronous"]
description = "scrappy thread pool for sync code"
documentation = "https://docs.rs/scrappy-threadpool/"
edition = "2018"
homepage = "https://scrappy.rs"
keywords = ["scrappy", "network", "framework", "async", "futures"]
license = "MIT"
name = "scrappy-threadpool"
repository = "https://github.com/scrappy/scrappy-net.git"
version = "0.0.1"