Document behavior of concurrent calls of Int64Counter.Add() method and others (original) (raw)

The documentation of Int64Counter does not specify whether it is safe to call Add() concurrently.

Some other functions in this module have this properly documented (docs say "the function needs to be reentrant and concurrent safe).

Please document Int64Counter and other similar interfaces to clarify the concurrency stance.