RateLimiter.cooldown

Marks a given key for "cooldown", effectively blocking further requests to wait until the cooldown is expires.

class RateLimiter
void
cooldown
(
string url
,
Duration cooldown
)

Meta