mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 16:46:07 +09:00
multithread light: forget about it
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user