java.lang.Object
gg.xp.xivapi.mappers.util.ThreadingUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadFactorynamedDaemonThreadFactory(String nameStub) static voidtryStartVirtualThread(Runnable runnable) Try to start a virtual thread with the given runnable.
-
Method Details
-
namedDaemonThreadFactory
-
tryStartVirtualThread
Try to start a virtual thread with the given runnable. If running on a Java version that does not support virtual threads, start a platform thread instead.- Parameters:
runnable- The task to run
-