mtapi_cpp_calc_task-snippet.h 93 Bytes
Newer Older
1 2 3
    int a = n - 1;
    int x;
    embb::mtapi::Task task = node.Start(fibonacciJob, &a, &x);