-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ColiseuPlayer: Singleton #3
Comments
Lazy initialization and thread safety. |
@ricardopereira does this involve dispatch_async? |
@SentulAsia Yes for different queues but it's a premature optimisation 😁 |
@ricardopereira for singleton, should I add |
@SentulAsia Yes, |
Well, now that I'm thinking about it, maybe we don't need a singleton and we can assume the latest @SentulAsia What your thoughts about this? |
As discussed in #26 : @ricardopereira static shared is another way to solve this problem... |
No description provided.
The text was updated successfully, but these errors were encountered: