Module actix_utils::counter[][src]

Task-notifying counter.

Structs

Counter

Simple counter with ability to notify task on reaching specific number

CounterGuard

An RAII structure that keeps the underlying counter incremented until this guard is dropped.