def __init__(self):
# multiprocessing.set_start_method('spawn')
self.layers = {}
self.stop_event = multiprocessing.get_context('spawn').Event()
self.input_prompts = multiprocessing.get_context('spawn').Queue()
self.show_monitor = False
评论列表
文章目录