Return whether taking numActions would not exceed this throttle's limit.
Declared in <bdlmt_throttle.h>
bool
requestPermission(int numActions);
true if permission is granted, and false otherwise
| Name | Description |
|---|---|
| numActions | number of actions requested |