view src/parallel_execution/worker.h @ 252:682b1195e604

fix stub
author mir3636
date Thu, 26 Jan 2017 17:38:33 +0900
parents e450bd33b33b
children
line wrap: on
line source

#include "context.h"
union Data* createCPUWorker(struct Context* context, int id, Queue* queue);