setResizeExecutor

open fun setResizeExecutor(service: GlideExecutor): GlideBuilder

Sets the GlideExecutor to use when retrieving s that are not already in the cache.

The thread count defaults to the number of cores available on the device, with a maximum of 4.

Use the newSourceExecutor methods if you'd like to specify options for the source executor.

Return

This builder.

Deprecated

Use setSourceExecutor

See also

Parameters

service

The ExecutorService to use.