comparison src/parallel_execution/Time.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/Time.cbc@a0a3301bac4d
children
comparison
equal deleted inserted replaced
459:57c715bd6283 461:6b71cf5b1c22
1 typedef struct Time<Impl>{
2 union Data* time;
3 __code start(Impl* time, __code next(...));
4 __code end(Impl* time, __code next(...));
5 __code next(...);
6 } Queue;
7