Skip to content

Instantly share code, notes, and snippets.

@adamw
Last active June 6, 2018 10:20
Show Gist options
  • Select an option

  • Save adamw/e28cc67b2044b138470d20bcf5f7ad0e to your computer and use it in GitHub Desktop.

Select an option

Save adamw/e28cc67b2044b138470d20bcf5f7ad0e to your computer and use it in GitHub Desktop.
case class RateLimiterQueue[F](maxRuns: Int, perMillis: Long,
lastTimestamps: Queue[Long], waiting: Queue[F], scheduled: Boolean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment