Threadpool allows you to spawn multiple background thread allowing you to process for in this example to allow multiple images to be downloaded.
You can apply this simple but very poweful example to spawn worker threads to perform time consuming executions.