blocker 0.1.2

Block rust futures to create a synchronous wrapper around an asynchronous api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "blocker"
version = "0.1.2"
authors = ["jonay2000 <jonabent@gmail.com>", "Victor Roest <victor@xirion.net>"]
edition = "2018"
description = "Block rust futures to create a synchronous wrapper around an asynchronous api"
keywords = ["async"]
license = "Apache-2.0"
repository = "https://github.com/jonay2000/blocker"

[features]
# enable to yield the current when blocking
thread_yield = []

[dependencies]
futures = { version = "0.3", default-features = false}