[v4] hide access to internal mutex (#185)
Some checks failed
coverage / build (push) Failing after 2m4s
test / test (push) Successful in 3m53s
sync / sync (push) Successful in 8s

* changed embedded mutex to private field

* update ci

* fix tests
This commit is contained in:
2025-05-23 01:45:39 +05:00
committed by Vasiliy Tolstov
parent b0691edf82
commit b796c43257

View File

@@ -39,6 +39,7 @@ type consumer struct {
} }
type Subscriber struct { type Subscriber struct {
<<<<<<< HEAD
consumers map[tp]*consumer consumers map[tp]*consumer
c *kgo.Client c *kgo.Client
htracer *hookTracer htracer *hookTracer