Package org.apache.shenyu.common.utils
Class ThreadUtils
- java.lang.Object
-
- org.apache.shenyu.common.utils.ThreadUtils
-
public class ThreadUtils extends java.lang.Objectthread utils.
-
-
Constructor Summary
Constructors Constructor Description ThreadUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsleep(java.util.concurrent.TimeUnit timeUnit, int time)sleep current thread.
-