This is a signal that something in the project code needs to be fixed quickly.
这是一个信号,说明项目代码中有些地方需要马上改正。
3
What we usually want is a work queue combined with a fixed group of worker threads, which USES wait and notify to signal waiting threads that new work has arrived.