linked-futures 0.1.3

Link futures into a block, which stops all of the included futures when any of the futures complete
Documentation
[dependencies.futures]
version = "0.3.1"

[dependencies.one-of-futures]
version = "0.1.3"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[dev-dependencies.version-sync]
version = "0.8"

[package]
authors = ["Gleb Pomykalov <gleb@lancastr.com>"]
categories = ["asynchronous"]
description = "Link futures into a block, which stops all of the included futures when any of the futures complete"
documentation = "https://docs.rs/linked-futures/0.1.3/linked-futures/"
edition = "2018"
homepage = "https://github.com/glebpom/linked-futures"
keywords = ["futures", "link", "merge", "join", "async"]
license = "MIT"
name = "linked-futures"
readme = "README.md"
repository = "https://github.com/glebpom/linked-futures"
version = "0.1.3"