pub struct Counter(_);Expand description
Simple counter with ability to notify task on reaching specific number
Counter could be cloned, total ncount is shared across all clones.
pub struct Counter(_);Simple counter with ability to notify task on reaching specific number
Counter could be cloned, total ncount is shared across all clones.