Mercurial > hg > GearsTemplate
view src/parallel_execution/Worker.h @ 461:6b71cf5b1c22
Change Interface files from cbc to header
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 20 Dec 2017 17:54:15 +0900 |
parents | src/parallel_execution/Worker.cbc@9f8a87389b68 |
children | 71b634a5ed65 |
line wrap: on
line source
typedef struct Worker<Impl>{ union Data* worker; __code taskReseive(struct Worker* worker,struct Queue* queue); __code shutdown(Impl* worker); __code next(...); struct Queue* queue; } Worker;