java - Calling thread.notify() on a callers thread that is no longer available -


on page link on first example, b.wait() called. happend if b.wait() never called, , main thread allowed finish before b thread able call notify()? exception happen or funky? not find on internet specific because don't know how search situation. thanks!

notify() doesn't have whether target thread still running, or indeed whether target thread @ all. happen ... nothing.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -