tokio_safe_block_on 0.2.0

Provides the ability to execute async code from a sync context, without blocking a tokio core thread or busy looping the cpu.
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["time", "blocking", "rt-core", "rt-util", "rt-threaded"]
version = "0.2"
[dev-dependencies.assert_matches]
version = "1"

[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[package]
authors = ["neonphog <neonphog@gmail.com>"]
categories = ["asynchronous"]
description = "Provides the ability to execute async code from a sync context, without blocking a tokio core thread or busy looping the cpu."
documentation = "https://docs.rs/tokio_safe_block_on"
edition = "2018"
keywords = ["tokio", "asynchronous"]
license = "Apache-2.0"
name = "tokio_safe_block_on"
readme = "README.md"
repository = "https://github.com/neonphog/tokio_safe_block_on"
version = "0.2.0"