task_scope 0.1.1

asynchronous runtime extension for supporting Structured Concurrency with task spawning
Documentation
[dependencies.async-std]
optional = true
version = "1.4.0"

[dependencies.bytes]
version = "0.5.3"

[dependencies.futures]
version = "0.3.1"

[dependencies.futures-intrusive]
version = "0.2.2"

[dependencies.parking_lot]
version = "0.9.0"

[dependencies.pin-project]
version = "0.4.6"

[dependencies.tokio]
features = ["full"]
optional = true
version = "0.2.6"

[features]
default = ["tokio"]

[package]
authors = ["pandaman64 <kointosudesuyo@infoseek.jp>"]
categories = ["asynchronous", "concurrency"]
description = "asynchronous runtime extension for supporting Structured Concurrency with task spawning"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "task_scope"
repository = "https://github.com/pandaman64/task_scope"
version = "0.1.1"