Class CollectionManager.Cycler.Thread
java.lang.Object
java.lang.Thread
org.burningwave.core.extension.concurrent.Cycler.Thread
org.burningwave.core.extension.concurrent.CollectionManager.Cycler.Thread
- All Implemented Interfaces:
Runnable
- Enclosing class:
CollectionManager.Cycler
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class org.burningwave.core.extension.concurrent.Cycler.Thread
continueLoop, functionFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionThread(Collection<CollectionManager.Cycler.Thread> threadCollection, Cycler.Runnable function, String name, int priority) -
Method Summary
Methods inherited from class org.burningwave.core.extension.concurrent.Cycler.Thread
start, terminateMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
Thread
public Thread(Collection<CollectionManager.Cycler.Thread> threadCollection, Cycler.Runnable function, String name, int priority)
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classCycler.Thread
-