Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import multiprocessing as mp
- class QueueManager():
- def __init__(self):
- """
- self.procdict = {
- "macid": {"type": peritype, "inqueue": inqueue, "class": periclass, "process": periproc}
- }
- """
- self.genqueue = mp.JoinableQueue()
- self.procdict = {}
- self.stop = False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement