Module swh_graph::utils::progress_logger
source · Structs§
- A wrapper for
Arc<Mutex<ProgressLog>>
that buffers writes to the underlyingProgressLog
to avoid taking the lock too often. - A wrapper for
ProgressLog
that provides access to the total counter.
Constants§
Traits§
- Like
ProgressLog
, but only allows updates (ie. no start/stop/done/configuration)