bio
 
Loading...
Searching...
No Matches
bio_service_options_t Struct Reference

Options for service. More...

#include <service.h>

Data Fields

bio_coro_options_t coro_options
 Coroutine options.
 
uint32_t mailbox_capacity
 Capacity of the service's mailbox.
 

Detailed Description

Options for service.

All fields are optionals and have defaults.

Field Documentation

◆ coro_options

bio_coro_options_t bio_service_options_t::coro_options

Coroutine options.

See also
bio_spawn_ex

◆ mailbox_capacity

uint32_t bio_service_options_t::mailbox_capacity

Capacity of the service's mailbox.

Default to 4 if not provided


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