view src/parallel_execution/examples/DebughelloWorld/Hello.h @ 1015:e6778c866876

add DebugWorker and DebugTaskManager
author Takato Matsuoka <t.matsuoka@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Jan 2022 19:54:28 +0900
parents
children
line wrap: on
line source

typedef struct Hello <> {
  union Data* hello;
  char* string;
  __code h(Impl* hello, __code next(...));
  __code w(Impl* hello, __code next(...));
  __code next(...);
} Hello;