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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Umbrella issue for the tasks needed for removing util::Thread.
Our old threading model will now be replaced with the new Actor model merged at #6337. Currently a few places still use util::Thread and needs to be refactored:
Umbrella issue for the tasks needed for removing
util::Thread
.Our old threading model will now be replaced with the new Actor model merged at #6337. Currently a few places still use
util::Thread
and needs to be refactored:DefaultFileSource
for non-blocking networking. [core] Remove util::Thread #6425, Convert DefaultFileSource and dependents to actor model #7678AssetFileSource
for non-blocking disk I/O.RunLoop
for timer on the main thread (becauseLooper
doesn't have the concept of timer callbacks)AsyncTask
/cc @jfirebaugh
The text was updated successfully, but these errors were encountered: