We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b42503 commit cf8ca5aCopy full SHA for cf8ca5a
samples/multitask/task_worker.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
-import time, sys, queue
+import time, sys
5
from multiprocessing.managers import BaseManager
6
7
# 创建类似的QueueManager:
0 commit comments