Variable RateLimiter.cooldowns

Declaration

class RateLimiter
{
  // ...
  vibe.core.sync.ManualEvent[Route] cooldowns;
  // ...
}