poolparty 2.0.1

Added functionality for the `futures::executor::ThreadPool` futures executor.
Documentation
[dependencies.async-std]
features = ["unstable"]
version = "1.10.0"

[dependencies.futures]
features = ["thread-pool"]
package = "futures"
version = "0.3.17"

[package]
authors = ["xermicus <bigcyrill@hotmail.com>"]
categories = ["asynchronous"]
description = """
Added functionality for the `futures::executor::ThreadPool` futures executor.
"""
documentation = "https://docs.rs/poolparty/2.0.1"
edition = "2018"
keywords = ["futures", "async", "future", "threadpool", "executor"]
license = "MIT"
name = "poolparty"
readme = "./README.md"
repository = "https://github.com/xermicus/poolparty"
version = "2.0.1"