Pudu programming language
Menu
API reference

Std.Sync.Counter

2 declarations with this name

type

Counter

This declaration introduces a public type.

What it does

A number more than one thread may add to without losing an addition.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

type

Counter: Std.App.Metrics.Kind

This declaration introduces a public type.

What it does

A number more than one thread may add to without losing an addition.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.SyncSearch related declarations