view src/parallel_execution/plautogen/interface/Main.h @ 571:d9c3bccaa13c

add semiron..
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:55:33 +0900
parents 1233236c244d
children
line wrap: on
line source

typedef struct Main <Type, Impl> {
  __code code(...);
  __code next(...);
  struct Queue* args;
} Main;