What is an appropriate name? I read notify/wait should barely used for anything else, but building condition queues. Another possible name might be thread coordination. In the Java concurrency tutorial its named Guarded Blocks. Actually I find no one of these suitable. Is there a better keyword to describe this mechanism?
What is an appropriate name? I read notify/wait should barely used for anything else,
Share
That would be a Monitor