set()
Set the internal flag to true. All threads waiting for it to become true are awakened. Threads that call wait()
once the flag is true will not block at all.
set()
Set the internal flag to true. All threads waiting for it to become true are awakened. Threads that call wait()
once the flag is true will not block at all.
Please login to continue.