stry-evermore 0.1.0

A library allowing you to run an fixed number of asynchronous task repeatedly until a shutdown signal is sent out.
Documentation
[dependencies.futures-core]
version = "0.3"

[dependencies.log]
default-features = false
optional = true
version = "0.4"

[dependencies.pin-project]
version = "1.0"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"

[dependencies.tracing-futures]
default-features = false
optional = true
version = "0.2"

[features]
with-log = ["log"]
with-tracing = ["tracing", "tracing-futures"]

[package]
authors = ["Txuritan <txuritan@protonmail.com>"]
description = "A library allowing you to run an fixed number of asynchronous task repeatedly until a shutdown signal is sent out."
documentation = "https://docs.rs/stry-evermore"
edition = "2018"
license = "MIT"
name = "stry-evermore"
repository = "https://gitlab.com/stry-rs/evermore"
version = "0.1.0"