Skip to content

Instantly share code, notes, and snippets.

@DannyMor
Created April 15, 2020 18:16
Show Gist options
  • Save DannyMor/3a85f0cd8c8ef1e646c7a1a082584b90 to your computer and use it in GitHub Desktop.
Save DannyMor/3a85f0cd8c8ef1e646c7a1a082584b90 to your computer and use it in GitHub Desktop.
async def throttle(self) ->
async with self.semaphore:
await self.produce_quota()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment