scheduler.php 76 B

12345
  1. <?php
  2. Co\Run(function () {
  3. Co::sleep(0.2);
  4. echo "hello world\n";
  5. });