We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I was just trying some wait/notify logic on a thread launched via ThreadService.run, and my runtime exception got eaten by this block.
wait
notify
ThreadService.run
I was just trying some
wait/notifylogic on a thread launched viaThreadService.run, and my runtime exception got eaten by this block.