mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 22:54:49 -04:00
Split 'SplitMerge' class into 2 normal
Update NETCommunications: installation speed now 2x faster
This commit is contained in:
parent
267ffcf5d2
commit
6993b89d52
8 changed files with 167 additions and 145 deletions
|
@ -52,6 +52,7 @@ public class NXDT {
|
|||
private void runBackend() throws InterruptedException{
|
||||
NxdtTask nxdtTask = new NxdtTask(saveTo);
|
||||
Thread thread = new Thread(nxdtTask);
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
thread.join();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue