icingadb/pkg/com
Eric Lippmann 7351559793 Use pointer receiver for Counter.Val()
This fixes a data race as Val() was previously operating on a copy
of the counter while Inc() and Add() may haved changed the original
value.
2021-09-23 09:37:31 +02:00
..
bulker.go Add missing doc in bulker 2021-08-09 10:30:53 +02:00
com.go Remove unused function PipeError 2021-08-09 10:29:47 +02:00
cond.go Do not store ctx inside Cond and add Godoc 2021-07-15 14:06:21 +02:00
counter.go Use pointer receiver for Counter.Val() 2021-09-23 09:37:31 +02:00
entity_bulker.go Add missing doc entitiy_bulker 2021-08-09 10:30:53 +02:00