Closed jimmyhli closed 4 years ago
That's just for ProcessPoolExecutor, and tbh that may be out of date. In general I'd discourage the use of ProcessProolExecutor. ThreadPoolExecutor is almost certainly going to be easier to use since things won't have to cross process boundaries.
cool, thanks
Maybe I need a Monday coffee to refresh myself, but may i ask what this means?
why is it 3.4 and above?
Thanks