abort-on-drop 0.2.2

A wrapper of Tokio's JoinHandle that aborts the task when it's dropped, while still allowing it to be awaited for joining.
Documentation
[dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[dev-dependencies.futures-util]
version = "0"

[package]
authors = ["Yibo Cao <cyb@ieee.org>"]
categories = ["asynchronous"]
description = "A wrapper of Tokio's JoinHandle that aborts the task when it's dropped, while still allowing it to be awaited for joining."
edition = "2021"
keywords = ["task", "cancel", "abort", "drop", "join"]
license = "BSD-2-Clause"
name = "abort-on-drop"
readme = "README.md"
repository = "http://github.com/cyb0124/abort-on-drop"
resolver = "2"
version = "0.2.2"