mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
ECS: name the ecs thread
This commit is contained in:
@@ -214,7 +214,7 @@ public class ErrorCheckerService {
|
||||
|
||||
public void start() {
|
||||
scheduler = Executors.newSingleThreadScheduledExecutor();
|
||||
errorCheckerThread = new Thread(mainLoop);
|
||||
errorCheckerThread = new Thread(mainLoop, "ECS");
|
||||
errorCheckerThread.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user