Package com.jme3.asset
Class ThreadingManager
java.lang.Object
com.jme3.asset.ThreadingManager
ThreadingManager
manages the threads used to load content
within the Content Manager system. A pool of threads and a task queue
is used to load resource data and perform I/O while the application's
render thread is active.-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ExecutorService
protected int
protected final AssetManager
-
Constructor Summary
-
Method Summary
-
Field Details
-
executor
-
owner
-
nextThreadId
protected int nextThreadId
-
-
Constructor Details
-
ThreadingManager
-
-
Method Details
-
loadAsset
-
isLoadingThread
public static boolean isLoadingThread()
-