mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
made state saver try to reuse previously defined fields
This commit is contained in:
parent
7fbe61a97c
commit
24ea55603e
3 changed files with 20 additions and 8 deletions
|
|
@ -11,8 +11,8 @@ public class Main implements Runnable {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
await();
|
||||
// lexer();
|
||||
// await();
|
||||
lexer();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue