Udipe 1.0
Solving the riddle of high-throughput UDP
Loading...
Searching...
No Matches
Data Fields
udipe_custom_payload_s Struct Reference

#include <result.h>

Data Fields

char bytes [2 *sizeof(void *)]
 

Detailed Description

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.

Field Documentation

◆ bytes

char udipe_custom_payload_s::bytes[2 *sizeof(void *)]

Bytes of data that you can fill with any payload of your choosing


The documentation for this struct was generated from the following file: