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
CoroutineDispatcher.asExecutor() to respect isDispatchNeeded (#3683)
Calling `Dispatchers.Main.immediate.asExecutor().execute { ... }`
should respect the fact that it's immediate and avoid dispatch (and
posting to the Looper) when in the right context.
0 commit comments