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.
Java SE にはスケーラブルなTimerオブジェクトがあり、1 つのスレッドを使用して、同時にスケジュールされた多数のタスク (数千のタスクは問題ありません) を許可します。内部的にバイナリ ヒープを使用して、タスク キューを表します。
Pythonに相当するものはありますか? 標準または非常に人気のあるライブラリが望ましいです。
はい、schedモジュールを見てください。( heapqからの) バイナリ ヒープも利用します。