pub struct Counter(_);Expand description
Simple counter with ability to notify task on reaching specific number
Counter could be cloned, total count is shared across all clones.
Implementations
Get counter guard.
Check if counter is not at capacity. If counter at capacity it registers notification for current task.