newSourceExecutor

open fun newSourceExecutor(): GlideExecutor

Shortcut for calling build on newSourceBuilder.


open fun newSourceExecutor(uncaughtThrowableStrategy: GlideExecutor.UncaughtThrowableStrategy): GlideExecutor
open fun newSourceExecutor(    threadCount: Int,     name: String,     uncaughtThrowableStrategy: GlideExecutor.UncaughtThrowableStrategy): GlideExecutor

Deprecated

Use newSourceBuilder instead.