gpt4 book ai didi

Java线程等待和通知

转载 作者:搜寻专家 更新时间:2023-10-30 21:43:31 27 4
gpt4 key购买 nike

我有两个线程。线程 A 正在从队列中提取一些元素,线程 B 正在向队列中添加一些元素。

我希望线程 A 在队列为空时进入 hibernate 。

当线程 B 向队列中添加一些元素时,它应该确保线程 A 正在工作。这在 Java 中如何实现?

最佳答案

使用 BlockingQueue ,即:

A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.

说真的,不要在这里重新发明轮子。




(如果您必须使用 wait/notify,请阅读 this tutorial 。但请不要让自己痛苦!)

关于Java线程等待和通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/826161/

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