public final class SleepUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SleepUtils.UncheckedInterruptedException
线程暂停被中断异常
|
public static void sleep(Duration duration)
duration - 暂停时间SleepUtils.UncheckedInterruptedException - 线程暂停被打断时抛出此异常public static void sleep(long time,
TimeUnit timeUnit)
Copyright © 2022. All rights reserved.