Mercurial > hg > GearsTemplate
view src/parallel_execution/Executor.h @ 468:ac244346c85d
Change used interface syntax from #include to #interface
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 Dec 2017 18:10:56 +0900 |
parents | 6b71cf5b1c22 |
children | 8fc069b19574 |
line wrap: on
line source
typedef struct Executor<Type, Impl>{ Type* Executor; struct Context* task; __code read(Impl* executor, struct Context* task, __code next(...)); __code exec(Impl* executor, struct Context* task, __code next(...)); __code write(Impl* executor, struct Context* task, __code next(...)); }