multithread light: forget about it

This commit is contained in:
minjaesong
2020-11-20 14:08:18 +09:00
parent ab780fd246
commit 44c11cef76
3 changed files with 18 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ object ThreadExecutor {
// https://stackoverflow.com/questions/28818494/threads-stopping-prematurely-for-certain-values
fun join() {
println("ThreadExecutor.join")
//println("ThreadExecutor.join")
isOpen = false
futures.forEach {
try {