Adrian Trapletti
08/05/2023, 4:54 PMIlya Muradyan
08/05/2023, 7:09 PMThread.stop
method (it throws UOE since Java 19): we use it to interrupt code execution. Without it, we're not able to interrupt the code containing infinite loop. for example. I hope in the future we'll find a solution for it (injecting isInterrupted
checks when compiling the user code, for example)Adrian Trapletti
08/05/2023, 7:50 PMPeter
08/11/2023, 5:27 AMIlya Muradyan
08/11/2023, 12:34 PM