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
13
14
[dependencies.futures]
version = "0.1.27"

[dependencies.tokio-threadpool]
version = "0.1.14"

[package]
authors = ["Colin Reeder <colin@vpzom.click>"]
description = "A simple wrapper to make using tokio_threadpool::blocking easier"
edition = "2018"
license = "Unlicense"
name = "blocking_future"
repository = "https://github.com/redirectdog/blocking_future"
version = "0.1.0"