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.
我正在寻找一个使用 gevent 的简单调度程序实现。它似乎gevent.core.event能够做到这一点,但我不确定。
gevent.core.event
调度器非常简单。我希望能够安排稍后执行的任务。
有gevent.spawn_later一个需要几秒钟的回调函数以及回调的 *args 和 **kwargs。
gevent.spawn_later
这是关于http://www.gevent.org/gevent.html#gevent.spawn_later的文档