async-deferred 0.2.0

A lightweight utility for spawning async tasks with fire-and-forget semantics and deferred result retrieval.
Documentation
[dependencies.tokio]
features = ["rt-multi-thread", "rt", "macros", "sync"]
version = "1.*"

[dev-dependencies.tokio-test]
version = "0.4"

[lib]
name = "async_deferred"
path = "src/lib.rs"

[package]
authors = ["Azy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "data-structures"]
description = "A lightweight utility for spawning async tasks with fire-and-forget semantics and deferred result retrieval."
documentation = "https://docs.rs/async-deferred"
edition = "2021"
homepage = "https://github.com/I-Azy-I/async-deferred"
keywords = ["async", "deferred", "task", "utility", "tokio"]
license = "MIT"
name = "async-deferred"
readme = "README.md"
repository = "https://github.com/I-Azy-I/async-deferred"
version = "0.2.0"