drop-abort 0.1.0

Abort the future when the handle is dropped.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.futures-util]
default-features = false
version = "0.3.5"

[dev-dependencies.futures]
default-features = false
features = ["executor"]
version = "0.3.5"

[package]
authors = ["spacelin <spacelin@tencent.com>"]
description = "Abort the future when the handle is dropped."
edition = "2018"
license = "MIT"
name = "drop-abort"
version = "0.1.0"