pollster 0.2.0

A minimal async executor that lets you block on a future
Documentation
[package]
name = "pollster"
version = "0.2.0"
description = "A minimal async executor that lets you block on a future"
categories = ["asynchronous", "concurrency"]
keywords = ["async", "minimal", "executor", "runtime", "block_on"]
repository = "https://github.com/zesterer/pollster"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
readme = "README.md"

[dev-dependencies]
async-std = "1.5"
futures-timer = "3.0"
tokio = { version = "0.2", features = ["sync"] }