public class ThreadUtil extends Object
| Constructor and Description |
|---|
ThreadUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
invokeAndWait(Runnable run) |
static void |
invokeLater(Runnable run) |
public static void invokeLater(Runnable run)
public static void invokeAndWait(Runnable run) throws InterruptedException, InvocationTargetException
Copyright © 2023 LSST. All rights reserved.