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

fix stub
author mir3636
date Thu, 26 Jan 2017 17:38:33 +0900
parents e450bd33b33b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
238
e450bd33b33b add worker.h
mir3636
parents:
diff changeset
1 #include "context.h"
e450bd33b33b add worker.h
mir3636
parents:
diff changeset
2 union Data* createCPUWorker(struct Context* context, int id, Queue* queue);