示例代码:
//swool 毫秒级定时器//每隔2000ms触发一次swoole_timer_tick(2000, function ($timer_id) { echo "tick-2000ms\n";});
效果:
Swool 毫秒级定时器