public final class ThreadHelper
extends Object
Helper for starting threads that prefers virtual threads when running on Java 21+, falling back to platform threads on older runtimes.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static Thread |
startThread(Runnable task)Starts a new thread to execute the given task. |