notifyall信息详情

notifyall发音

意思翻译

通知

相似词语短语

bolivia noticias───玻利维亚新闻

undefined notice undefined───未定义通知未定义

denoting actions───表示动作

noting in the world───世界上没有

connoting definition───内涵定义

further notice───另行通知

notion software───Concept软件

noting much───没什么

noticed that───意识到(noticed是notice的过去式);注意到(noticed是notice的过去式)

hardly noticed───几乎没注意到

双语使用场景

Why isn't calling wait(), notify() or notifyAll() without a synchronized block not a compiler error?───为什么不打电话给wait(),没有一个同步块不是一个编译错误notify()或notifyall()?

The root Object class includes some special methods for communicating across threads -- wait(), notify(), and notifyAll().───根类 Object 包含某些特殊的方法,用来在线程的 wait() 、 notify() 和 notifyAll() 之间进行通信。

You may have noticed that the implementation in Listing 1 uses notify() instead of notifyAll().───您可能已经注意到了清单 1 中的实现使用的是 notify() 而不是 notifyAll() 。

英语使用场景

The wait() method tells the current thread to go into an inactive state and wait for another thread to call notifyAll() on that object.