view src/parallel_execution/Timer.h @ 495:2e7ea81e5943

Work BoundedBuffer if singlethread
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Sun, 31 Dec 2017 04:36:20 +0900
parents 7d67c9cf09ee
children
line wrap: on
line source

typedef struct Timer<Impl>{
        union Data* timer;
        __code start(Impl* timer, __code next(...));
        __code end(Impl* timer, __code next(...));
        __code next(...);
} Queue;