view wc_sigos/Wc.h @ 5:7599728af8ba default tip

add wc
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Sat, 19 Jun 2021 07:24:43 +0900
parents
children
line wrap: on
line source

typedef struct Wc <> {
  // all arguments names in this interfaces here
  union Data* wc;       // an implementation
  Block * block;    
  StdData * reuslt;    
  Ack * ack;    
  // codeGear entries of this interface
  __code take(Impl* wc, Block *block,__code next(Ack *ack, ...),__code finish(StdData *result,...);
} Wc;