Skip to content

Files

Latest commit

 

History

History

P242_VirtualThreadsWaitNotify2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Signaling virtual threads via wait() and notify():

Write several examples that use wait() and notify() to coordinate access to resources (objects) via virtual threads. Exemplify the good signal and missed signal scenarios.