libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_inbox Struct Reference

Data Fields

struct xtc_inbox_msghead
 
int inited
 
__os_mutex_t lock
 
struct xtc_inbox_msgtail
 

Detailed Description

Definition at line 142 of file loop_int.h.

Field Documentation

◆ head

struct xtc_inbox_msg* xtc_inbox::head

Definition at line 144 of file loop_int.h.

◆ inited

int xtc_inbox::inited

Definition at line 146 of file loop_int.h.

◆ lock

__os_mutex_t xtc_inbox::lock

Definition at line 143 of file loop_int.h.

◆ tail

struct xtc_inbox_msg* xtc_inbox::tail

Definition at line 145 of file loop_int.h.


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