SanctionCo / pilot-ios

The Official Pilot iOS App
MIT License
1 stars 0 forks source link

Synchronize shared instance calls #49

Open NickEckert opened 7 years ago

NickEckert commented 7 years ago

Certain shared instances such as the UserManager, PlatformManager, and OAuthManager can be accessed from anywhere. These needs to be synchronized so we don't introduce race conditions.