Results for “Std.Sync.counter”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Sync.Counter
A number more than one thread may add to without losing an addition.
- Std.Sync.Counter
Std.App.Metrics.KindA number more than one thread may add to without losing an addition.
- Std.Sync.counter
Int -> Std.Sync.CounterA counter starting at a value.
- Std.Sync.count
&Std.Sync.Counter -> Result[Int, Std.Sync.SyncError]What a counter holds.
- Std.Sync.increment
&Std.Sync.Counter -> Int -> Result[Int, Std.Sync.SyncError]Add to a counter and answer what it then holds.
