safe-async-scoped 0.1.1

A minimal, safe library for scoped async tasks.
Documentation
[package]
name = "safe-async-scoped"
version = "0.1.1"
authors = ["nullchinchilla <nullchinchilla@pm.me>"]
edition = "2018"
license = "MIT OR BSD-2-Clause OR Apache-2.0"
description = "A minimal, safe library for scoped async tasks."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = {version="0.3"}