educative.io

What do you mean by missed signal?

What do you mean by missed signal? There are no details for the same. could you please elaborate?

A missed signal happens when a signal is sent by a thread before the other thread starts waiting on a condition. This is exemplified by the following code snippet. Missed signals are caused by using the wrong concurrency constructs.
You can go through this lesson for more detail.