{"p":"","h":{"iv":"ROXSYW+cfvEbFHu5","at":"ocxplSQjdRC3tXEtB/9/wg=="}}
nate berkopec
- 1y ·
-
Public·
-
mastodon.social
Thread safety tip: do not modify the configuration of a library via a singleton at runtime.
Example: MyCoolLib.config.timeout = 30;
This is almost always going to lead to a thread safety issue, most libraries are not design to do this on a per-thread basis.