Defines single mapping of ClassInfo to worker fiber pool in configuration
optional array that defines specialized worker fiber pools to be used for handling specific task kinds. Scheduled task is checked against this array every time thus it is not recommended to configure it to more than a few dedicated extra pools
maximum amount of tasks awaiting scheduling in the queue while all worker fibers are busy
maximum amount of simultaneous worker fibers in the scheduler pool
stack size allocated for all worker fibers created by the scheduler
Aggregation of various size limits used internally by scheduler. Instance of this struct is used as initScheduler argument.
Default values of scheduler configuration are picked for convenient usage of SchedulerConfiguration.init in tests - large stack size but small queue limits.