I was trying Java's own `Object::wait` and `Object...
# getting-started
g
I was trying Java's own
Object::wait
and
Object::notifyAll
but it happens to wait for the timeout regardless of notify being called or not.