2.php 106 B

12345678
  1. <?php
  2. go(function () {
  3. echo "before\n";
  4. co::sleep(0.5);
  5. echo "after\n";
  6. });
  7. echo "end\n";