mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
reorganized
This commit is contained in:
parent
1e1b1beadf
commit
190c9814cf
23 changed files with 52 additions and 56 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import async_example.Jokio;
|
||||
import generator.RT;
|
||||
import generator.future.Future;
|
||||
import generator.future.Waker;
|
||||
import generator.gen.Gen;
|
||||
import async_runtime.Jokio;
|
||||
import generators.RT;
|
||||
import future.Future;
|
||||
import future.Waker;
|
||||
import gen.Gen;
|
||||
|
||||
public class Main implements Runnable {
|
||||
public static void main(String[] args) {
|
||||
|
|
@ -57,7 +57,7 @@ public class Main implements Runnable {
|
|||
}
|
||||
|
||||
void await(){
|
||||
new Jokio().blocking(Examples.test());
|
||||
new Jokio().blocking(AsyncExamples.test());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue