new load wip

This commit is contained in:
minjaesong
2021-10-11 17:46:46 +09:00
parent 198237dee2
commit ef603ec5d5
26 changed files with 250 additions and 285 deletions

View File

@@ -71,6 +71,9 @@ object ThreadExecutor {
allFinished = true
}
fun killAll() {
executor.shutdownNow()
}
}
/**