mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-12 14:51:51 +09:00
ThreadPool renamed to PhreadParallel, tweaks on font
Former-commit-id: 52c6d53764449cecd9ab1aa96b23810e5e406cc2 Former-commit-id: cf8ff86f3c62851c8be2370774b426e09410ad6f
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.*
|
||||
/**
|
||||
* Created by minjaesong on 16-05-25.
|
||||
*/
|
||||
object ThreadPool {
|
||||
object ThreadParallel {
|
||||
val POOL_SIZE = Terrarum.THREADS + 1
|
||||
|
||||
private val pool: Array<Thread?> = Array(POOL_SIZE, { null })
|
||||
|
||||
Reference in New Issue
Block a user