tokio-interruptible-future 0.9.6

Easily interrupt async code in given check points. It's useful to interrupt threads/fibers.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.tokio]
features = ["sync", "macros"]
version = "1.15"
[dev-dependencies.futures]
version = "0.3.19"

[package]
authors = ["Victor Porton"]
description = "Easily interrupt async code in given check points. It's useful to interrupt threads/fibers."
edition = "2021"
license = "Apache-2.0"
name = "tokio-interruptible-future"
repository = "https://github.com/vporton/tokio-interruptible-future"
resolver = "2"
version = "0.9.6"