alexcesaro / statsd

An efficient Statsd Go client.
MIT License
301 stars 79 forks source link

Clarify whether statsd clients are thread-safe #14

Open mcandre opened 7 years ago

mcandre commented 7 years ago

Is the resulting object from statsd.New() thread-safe?

What about Clone()s?