FMI 1.0
FaaS Message Interface
|
Data that is passed to and from channels. More...
#include <Channel.h>
Public Attributes | |
char * | buf |
std::size_t | len |
Data that is passed to and from channels.
We intentionally use type erasure such that channels do not need to deal about types. However, the communicator interface ensures that len corresponds to the type in buf and users never directly interact with channel_data.
char* channel_data::buf |
std::size_t channel_data::len |