mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01:00
Rename ImageLoader threads
This commit is contained in:
parent
687d8fcdc4
commit
5772c231f6
@ -102,7 +102,7 @@ public class ImageLoader implements Runnable
|
|||||||
|
|
||||||
for (int i = 0; i < this.concurrency; i++)
|
for (int i = 0; i < this.concurrency; i++)
|
||||||
{
|
{
|
||||||
Thread thread = new Thread(this, String.format("ImageLoader [%d]", i));
|
Thread thread = new Thread(this, String.format("ImageLoader_%d", i));
|
||||||
threads.add(thread);
|
threads.add(thread);
|
||||||
thread.start();
|
thread.start();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user