Package com.bumptech.glide.util
Class Executors
java.lang.Object
com.bumptech.glide.util.Executors
Generic
Executor implementations.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorImmediately callsRunnable.run()on the current thread.static ExecutorPosts executions to the main thread.static void
-
Method Details
-
mainThreadExecutor
Posts executions to the main thread. -
directExecutor
Immediately callsRunnable.run()on the current thread. -
shutdownAndAwaitTermination
-