clear()
Reset the internal flag to false. Subsequently, threads calling wait()
will block until set()
is called to set the internal flag to true again.
clear()
Reset the internal flag to false. Subsequently, threads calling wait()
will block until set()
is called to set the internal flag to true again.
Please login to continue.