mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 10:29:43 +00:00
7f2ee7be89d6dbbd0a70eb43a3ef32d6c56761c2
In a multithread environment, sogo_backend_init is registering the thread only for the first one that calls this function, then the others threads (even if they call sogo_backend_init) won't be registered because moduleInitialized was YES. We just want to ensure sogo_backend_init is called at least once (per process, not per thread).
Description
Languages
Objective-C
67.9%
JavaScript
14.6%
Rich Text Format
9.7%
SCSS
2.2%
C
1.5%
Other
4%