LibGDX, here I am.

This commit is contained in:
minjaesong
2017-06-22 02:31:07 +09:00
parent ae00e2b8a6
commit 8e5e95e5a9
356 changed files with 3125 additions and 21138 deletions

View File

@@ -1,12 +1,12 @@
package net.torvald.terrarum.concurrent
import net.torvald.terrarum.Terrarum
import net.torvald.terrarum.TerrarumGDX
/**
* Created by minjaesong on 16-05-25.
*/
object ThreadParallel {
private val pool: Array<Thread?> = Array(Terrarum.THREADS, { null })
private val pool: Array<Thread?> = Array(TerrarumGDX.THREADS, { null })
/**
* Map Runnable object to certain index of the thread pool.