Compile‐time maximum simultaneous actions value for initialization macros.

Synopsis

Declared in <bdlmt_throttle.h>

static
int const k_msaValue = 0 == t_NANOSECONDS_PER_ACTION
                                      ? INT_MAX
                                      : t_MAX_SIMULTANEOUS_ACTIONS;

Created with MrDocs