ThrottlerConfig.resume_point

The number of busy tasks to resume at.

The default value of size_t.max means that the resume point will be calculated based on the task queue size in the constructor.

struct ThrottlerConfig
size_t resume_point;

Meta