mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
added synchronized method support
This commit is contained in:
parent
2cca81977b
commit
6d05ccc690
7 changed files with 64 additions and 16 deletions
|
|
@ -14,6 +14,8 @@ public class Main implements Runnable {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
new Jokio().blocking(AsyncExamples.meow());
|
||||
new Jokio().blocking(new AsyncExamples().meow2());
|
||||
// async_lambda(() -> {
|
||||
// System.out.println("START");
|
||||
// Delay.delay(100).await();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue