We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220d844 commit 9c1ceb9Copy full SHA for 9c1ceb9
1 file changed
examples/workerSpecific/cpp/workerSpecific.hpp
@@ -21,7 +21,7 @@
21
22
void workFc(taskr::Task *currentTask)
23
{
24
- auto taskId = currentTask->getTaskId();
+ auto taskId = currentTask->getTaskId();
25
int currentCPUId = sched_getcpu();
26
27
////// First launched on even cpus
0 commit comments