gpt4 book ai didi

Java 线程和 .sleep() 混淆

转载 作者:行者123 更新时间:2023-11-29 06:34:56 25 4
gpt4 key购买 nike

<分区>

嗨,很抱歉打扰你,我有一个类,我在其中实现了 runnable,然后我有一个 run() 方法,我在其中使用 thread.sleep() 每隔一段时间运行一个小程序。定期发布和运行代码。

但是,我对如何在我类(class)的其他方法中使用 thread.sleep() 感到困惑,有人可以向我指出正确的方向吗?

抱歉,如果提前简单。

代码示例:

// Search product: returns list of matching titles
public String[] find_titles(String title) throws RemoteException{
try {
Thread.sleep(5000); //pause execution for 2s
} catch(InterruptedException e) {
//error running the thread!
System.exit(1);
}
...
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com