newSourceBuilder

open fun newSourceBuilder(): GlideExecutor.Builder

Returns a new Builder with the default thread count returned from calculateBestThreadCount, the DEFAULT_SOURCE_EXECUTOR_NAME thread name prefix, and the DEFAULT uncaught throwable strategy.

Source executors allow network operations on their threads.