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. | |
Options for service.
All fields are optionals and have defaults.
bio_coro_options_t bio_service_options_t::coro_options |
Coroutine options.
uint32_t bio_service_options_t::mailbox_capacity |
Capacity of the service's mailbox.
Default to 4 if not provided