useUnlimitedSourceGeneratorsPool

open fun useUnlimitedSourceGeneratorsPool(flag: Boolean): T

If set to true, uses a cached unlimited java.util.concurrent.Executor to run the request.

This method should ONLY be used when a Glide load is started recursively on one of Glide's threads as part of another request. Using this method in other scenarios can lead to excessive memory usage and OOMs and/or a significant decrease in performance across an application.

If both this method and useAnimationPool are set, this method will be preferred and useAnimationPool will be ignored.


open val useUnlimitedSourceGeneratorsPool: Boolean