diff --git a/examples/async.php b/examples/async.php new file mode 100644 index 0000000..97f1c39 --- /dev/null +++ b/examples/async.php @@ -0,0 +1,36 @@ +await(); +$future2->await(); +$future3->await(); + +delay(1); + +print 'd'; + +delay(1); + +print 'e';