How does swift implement thread safety of lazy static variable allocation/evaluation? Is there some global lock for all static variable access that all calls go through?
How does swift implement thread safety of lazy static variable allocation/evaluation? Is there some global lock for all static variable access that all calls go through?