progress-observer 3.2.0

Simple utility for scheduling efficient regular progress updates synchronously on long running, singlethreaded tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "progress-observer"

version = "3.2.0"

edition = "2021"

description = "Simple utility for scheduling efficient regular progress updates synchronously on long running, singlethreaded tasks."

license = "MIT"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]



[dev-dependencies]

rand = "0.8.5"