Attempt to acquire a token from the rate limiter. Async version.
This method blocks until the required tokens are available if blocking
is set to True.
If blocking is set to False, the method will immediately return the result
of the attempt to acquire the tokens.
| Name | Type | Description |
|---|---|---|
blocking | bool | Default: TrueIf |