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
* Stalling would happen on stopAllOSThreads() where it would
continue to try to call interrupt() on a OS_PENDING_EXECUTOR_ thread
over and over. The thread can't be interrupted as an Android
ExecutorService will catch it.
* Added a shutdownNow() call to OSTaskController that tests can run to
correctly shutdown the pending tasks so it's thread can be stopped.
0 commit comments