Module actix_utils::counter

source ·
Expand description

Task-notifying counter.

Structs

  • Simple counter with ability to notify task on reaching specific number
  • An RAII structure that keeps the underlying counter incremented until this guard is dropped.