added synchronized method support

This commit is contained in:
Parker TenBroeck 2025-05-03 00:10:02 -04:00
parent 2cca81977b
commit 6d05ccc690
7 changed files with 64 additions and 16 deletions

View file

@ -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();