comparison src/parallel_execution/worker.h @ 238:e450bd33b33b

add worker.h
author mir3636
date Tue, 24 Jan 2017 09:21:47 +0900
parents
children
comparison
equal deleted inserted replaced
237:6f6cc49213c5 238:e450bd33b33b
1 #include "context.h"
2 union Data* createCPUWorker(struct Context* context, int id, Queue* queue);