view src/parallel_execution/examples/new_wc/WordCount.h @ 975:18650c9ff2b2

add new_wc
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Thu, 30 Sep 2021 00:25:36 +0900
parents
children
line wrap: on
line source

typedef struct WordCount <> {
    union Data* wordCount;
    struct WordPut* wordPut;
    union Data* data;
    __code getWord(Impl* wordCount, Type* wordPut,  union Data* data,__code next(...));
    __code next(...);
} WordCount;