Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Opa 中存在什么结构来执行延迟循环;例如,每 10 秒执行一次函数。
以聊天室教程为例 - 如果我想要一个机器人,那么我如何让它每 10 秒向其他用户写一个语句?
您正在寻找的是Scheduler模块。特别是:Scheduler.timer函数,或者Scheduler.make_timer如果您需要对计时器进行更多控制(例如停止或更改间隔)。
Scheduler
Scheduler.timer
Scheduler.make_timer