poolparty 0.2.1

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

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

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