pleasehold 0.8.37

Protocol-pluggable poll-until-healthy primitive with backoff (http/tcp/shell probes)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pleasehold"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Protocol-pluggable poll-until-healthy primitive with backoff (http/tcp/shell probes)"

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

[dependencies]
tokio = { version = "1", features = ["time", "net", "io-util", "process"] }

[dev-dependencies]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "time", "net", "io-util", "process"] }