ThrottlerConfig.suspend_point

The number of busy tasks to suspend at.

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

struct ThrottlerConfig
size_t suspend_point;

Meta