view src/parallel_execution/examples/helloWorld/Hello.h @ 1070:fba66b75a7dc default tip

rollback
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Mon, 05 Feb 2024 01:48:23 +0900
parents edbd4495f08f
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;