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.
我有一个复杂的 python 程序同时运行 100 个小任务。我想转储所有正在运行的小任务,包括它们的当前状态和异常时的回溯。谁能让我知道如何做到这一点?
谢谢