public class ThreadCreator extends Object
| Constructor and Description |
|---|
ThreadCreator() |
| Modifier and Type | Method and Description |
|---|---|
static Thread |
createThread(ThreadGroup threadGroup,
Runnable target,
boolean lightweight) |
public static Thread createThread(ThreadGroup threadGroup, Runnable target, boolean lightweight)
Copyright © 2022 JBoss by Red Hat. All rights reserved.