worked on fixed incorrect assumptions about how stack map entires function

This commit is contained in:
ParkerTenBroeck 2025-04-29 22:56:55 -04:00
parent f52827f97b
commit 0ad439c4d6
6 changed files with 57 additions and 49 deletions

View file

@ -57,7 +57,7 @@ public class Main implements Runnable {
}
void await(){
new Jokio().blocking(new Examples().awaitTest(2000));
new Jokio().blocking(Examples.forever(null));
}