You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that only EmojiContainer should be replaced with actor, because we can control the internal EmojiLoader and EmojiAnnotationLoader. Only EmojiContainer is protected from data race.
I am wondering about the policy of actor. Should
Loader
s be actor..?if the loaders should be loaded in any thread:
mark
actor
instead ofclass
if the loaders should be loaded only in main thread:
mark
@MainActor
just before theclass
The text was updated successfully, but these errors were encountered: