Glide
Glide
/
com.bumptech.glide.util
/
Executors
Executors
class
Executors
Content copied to clipboard
Generic
Executor
implementations.
Functions
Functions
direct
Executor
Link copied to clipboard
open
fun
directExecutor
(
)
:
Executor
Content copied to clipboard
Immediately calls
run
on the current thread.
main
Thread
Executor
Link copied to clipboard
open
fun
mainThreadExecutor
(
)
:
Executor
Content copied to clipboard
Posts executions to the main thread.
shutdown
And
Await
Termination
Link copied to clipboard
open
fun
shutdownAndAwaitTermination
(
pool
:
ExecutorService
)
Content copied to clipboard