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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -