Configuration.PoolDescription

Defines single mapping of ClassInfo to worker fiber pool in configuration

struct Configuration
struct PoolDescription {}

Members

Variables

stack_size
size_t stack_size;

worker fiber allocated stack size

task_name
istring task_name;

fully qualified name (same as Task.classinfo.name()) for task type which is to be handled by this pool

Meta