shutdown

abstract fun shutdown()

Shutdown this image loader.

All associated resources will be freed and new requests will fail before starting.

Shutting down an image loader is optional. It will be cleaned up automatically if dereferenced.

In progress enqueue requests will be cancelled immediately. In progress execute requests will continue until complete.