I am subclassing the Process class, into a class I call EdgeRenderer. I want to use multiprocessing.Pool, except instead of regular Processes, I want them to be instances of my EdgeRenderer. Possible? How?
I am subclassing the Process class, into a class I call EdgeRenderer. I want
Share
From Jesse Noller: