I have never actually done any multithreaded programming before, I've only read about it in c++ and on the creationkit wiki.
So I need a little help regarding how to approach this.
From what I understand, I would have to call functions from different objects on different parts of my formlist (or even split up my formlist into multiple lists).
So the question is, how would I go about doing this? Is there a best practice? And will it even speed things up?