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
If in all calls of a function "foo", we call it from the UI-thread, it could suggest us to add the UiThread annotation.
Same for WorkerThread.
If it's mixed, suggest to add "AnyThread" annotation.
You can also add a setting of how far to suggest, because if a function is private, it's safer to use the quick-fix than when it's public.
That's especially important for the case of library-modules.
The text was updated successfully, but these errors were encountered:
If in all calls of a function "foo", we call it from the UI-thread, it could suggest us to add the UiThread annotation.
Same for WorkerThread.
If it's mixed, suggest to add "AnyThread" annotation.
You can also add a setting of how far to suggest, because if a function is private, it's safer to use the quick-fix than when it's public.
That's especially important for the case of library-modules.
The text was updated successfully, but these errors were encountered: