scheduled-thread-pool 0.2.7

A scheduled thread pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.parking_lot]
version = "0.12"

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["concurrency"]
description = "A scheduled thread pool"
edition = "2018"
keywords = ["threadpool", "pool"]
license = "MIT/Apache-2.0"
name = "scheduled-thread-pool"
readme = "README.md"
repository = "https://github.com/sfackler/scheduled-thread-pool"
version = "0.2.7"