Feature/map parallel
Created by: nniclausse
This PR adds a new ParallelMap node . It has the same functionality as the Map node, but it runs in parallel using qthreads. The Spawn node is also fixed and runs only with a qthread communicator. In order to do that, a new Writer that do not depend on the scene has been written .