#include "mandel.hpp" #include #include void mandelbrot_taskflow(unsigned num_threads, int d = D) { tf::Executor executor {num_threads}; tf::Taskflow taskflow; taskflow.for_each_index(0, H, 1, [&](int i){ for(int j=0; j(end - beg); }