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.spawn_later()を呼び出す場合、このスケジュールされた関数が発生する前にキャンセルする方法はありますか?
はい、kill()メソッドを使用します。
kill()
g = gevent.spawn_later(5, function) g.kill()