Docs.rs
actix-utils-3.0.1
actix-utils 3.0.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
fafhrd91
github:actix:core
Dependencies
local-waker ^0.1
normal
pin-project-lite ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
actix_
utils
3.0.1
Module counter
Module Items
Structs
In crate actix_
utils
actix_utils
Module
counter
Copy item path
Source
Expand description
Task-notifying counter.
Structs
ยง
Counter
Simple counter with ability to notify task on reaching specific number
Counter
Guard
An RAII structure that keeps the underlying counter incremented until this guard is dropped.