blocking_future 0.1.0

A simple wrapper to make using tokio_threadpool::blocking easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "blocking_future"
version = "0.1.0"
authors = ["Colin Reeder <colin@vpzom.click>"]
edition = "2018"
license = "Unlicense"
description = "A simple wrapper to make using tokio_threadpool::blocking easier"
repository = "https://github.com/redirectdog/blocking_future"

[dependencies]
futures = "0.1.27"
tokio-threadpool = "0.1.14"