|
libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
|
Data Fields | |
| int | link_to |
| size_t | mailbox_cap |
| void(* | mailbox_watermark_fn )(xtc_pid_t self, size_t depth, size_t cap, void *user) |
| int | mailbox_watermark_pct |
| void * | mailbox_watermark_user |
| const char * | name |
Definition at line 70 of file xtc_proc.h.
| int xtc_proc_opts_t::link_to |
Definition at line 73 of file xtc_proc.h.
| size_t xtc_proc_opts_t::mailbox_cap |
Definition at line 72 of file xtc_proc.h.
| void(* xtc_proc_opts_t::mailbox_watermark_fn) (xtc_pid_t self, size_t depth, size_t cap, void *user) |
Definition at line 81 of file xtc_proc.h.
| int xtc_proc_opts_t::mailbox_watermark_pct |
Definition at line 80 of file xtc_proc.h.
| void* xtc_proc_opts_t::mailbox_watermark_user |
Definition at line 83 of file xtc_proc.h.
| const char* xtc_proc_opts_t::name |
Definition at line 71 of file xtc_proc.h.