mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
worked on fixed incorrect assumptions about how stack map entires function
This commit is contained in:
parent
f52827f97b
commit
0ad439c4d6
6 changed files with 57 additions and 49 deletions
|
|
@ -57,7 +57,7 @@ public class Main implements Runnable {
|
|||
}
|
||||
|
||||
void await(){
|
||||
new Jokio().blocking(new Examples().awaitTest(2000));
|
||||
new Jokio().blocking(Examples.forever(null));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue