|
Udipe 1.0
Solving the riddle of high-throughput UDP
|
#include <result.h>
Data Fields | |
| char | bytes [2 *sizeof(void *)] |
Result payload from custom futures created via udipe_start_custom()
User-defined futures can return data of any type that can be encoded into the inner bytes field. If your intended result type doesn't fit in there, then you will need to either heap-allocate a memory block for it or somehow have the user pass in a memory block under their control.
| char udipe_custom_payload_s::bytes[2 *sizeof(void *)] |
Bytes of data that you can fill with any payload of your choosing