timer.php 82 B

1234
  1. <?php
  2. Swoole\Timer::tick(2000, function($timerId) {
  3. echo "tick 2000ms\n";
  4. });