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

Data Fields

void * arg
 
xtc_proc_fn fn
 
int loop
 
size_t mailbox_cap
 
const char * name
 
xtc_restart_policy_t policy
 

Detailed Description

Definition at line 50 of file xtc_orc.h.

Field Documentation

◆ arg

void* xtc_child_spec_t::arg

Definition at line 53 of file xtc_orc.h.

◆ fn

xtc_proc_fn xtc_child_spec_t::fn

Definition at line 52 of file xtc_orc.h.

◆ loop

int xtc_child_spec_t::loop

Definition at line 56 of file xtc_orc.h.

◆ mailbox_cap

size_t xtc_child_spec_t::mailbox_cap

Definition at line 55 of file xtc_orc.h.

◆ name

const char* xtc_child_spec_t::name

Definition at line 51 of file xtc_orc.h.

◆ policy

xtc_restart_policy_t xtc_child_spec_t::policy

Definition at line 54 of file xtc_orc.h.


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