Bugfixes & balancing

This commit is contained in:
Anuken
2021-12-28 16:00:25 -05:00
parent ad42861daf
commit 4fa88296a7
20 changed files with 84 additions and 34 deletions

View File

@@ -77,7 +77,7 @@ public class AsyncCore{
private void complete(){
//wait for all threads to stop processing
for(Future future : futures){
for(var future : futures){
try{
future.get();
}catch(Throwable t){