What is the proper name for "lost wakeup" problem with futures?

When implementing futures manually, a common mistake is to return a Poll::Pending without arranging for a Waker to be notified in the future. Do we have a short name for this issue, a-la "lost wakeup"? Strictly speaking, this is not a "lost wakeup" problem -- rather than missing a wakeup notification, you don't emit wakeup at al, it's more akin to lost alarm clock.

"Never resolves" is used when a feature.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.