Comment 2 for bug 1761742

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

libsysmetrics is using multiple goroutines (and potentially threads), but all the external API is thread-safe, I took care to not do any operations which can change the global state for that purpose.