Skip to content

Instantly share code, notes, and snippets.

@DannyMor
Last active April 20, 2020 15:34
Show Gist options
  • Save DannyMor/946a4ae73d6efdbba67fbd9ba5e924a1 to your computer and use it in GitHub Desktop.
Save DannyMor/946a4ae73d6efdbba67fbd9ba5e924a1 to your computer and use it in GitHub Desktop.
async def add_token(self) -> None:
await self.tokens_queue.put(1)
return None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment