Mercurial > hg > Gears > GearsAgda
view src/parallel_execution/Executor.cbc @ 454:77de0283ac92
Debug RedBlackTree.cbc.
author | ryokka |
---|---|
date | Mon, 11 Dec 2017 20:01:05 +0900 |
parents | 5a737c3df91c |
children |
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(...)); }