pausable_future 0.2.0

Pausable and resumable future, useful in background tasks.
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.futures]
default-features = false
optional = true
version = "~0.3"

[dependencies.pin-project-lite]
version = "~0.2"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "^1"

[features]
stream = ["dep:futures"]

[package]
authors = ["xuxiaocheng <2762267080@qq.com>"]
categories = ["asynchronous"]
description = "Pausable and resumable future, useful in background tasks."
documentation = "https://docs.rs/pausable_future/"
edition = "2021"
include = ["Cargo.toml", "src", "README.md", "LICENSE"]
keywords = ["future", "async", "pause", "pausable"]
license = "MIT"
name = "pausable_future"
readme = "README.md"
repository = "https://github.com/xuxiaocheng0201/pausable_future/"
version = "0.2.0"