view src/parallel_execution/examples/DebughelloWorld/HelloImpl.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 HelloImpl <> impl Hello {
  char* hString;
  char* wString;
} HelloImpl;