|
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 |
| int | migratable |
| const char * | name |
| xtc_exec_class_t | sched_class |
Definition at line 73 of file xtc_proc.h.
| int xtc_proc_opts_t::link_to |
Definition at line 76 of file xtc_proc.h.
| size_t xtc_proc_opts_t::mailbox_cap |
Definition at line 75 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 84 of file xtc_proc.h.
| int xtc_proc_opts_t::mailbox_watermark_pct |
Definition at line 83 of file xtc_proc.h.
| void* xtc_proc_opts_t::mailbox_watermark_user |
Definition at line 86 of file xtc_proc.h.
| int xtc_proc_opts_t::migratable |
Definition at line 97 of file xtc_proc.h.
| const char* xtc_proc_opts_t::name |
Definition at line 74 of file xtc_proc.h.
| xtc_exec_class_t xtc_proc_opts_t::sched_class |
Definition at line 105 of file xtc_proc.h.