Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am fouroctets on github.
  • I am fouroctets (https://keybase.io/fouroctets) on keybase.
  • I have a public key whose fingerprint is D0C9 DCEA 659D 85A2 FBF9 6DA4 CE45 EC62 9393 08F6

To claim this, I am signing this object:

from threading import active_count, Thread
from time import sleep, time
try:
from queue import Empty, Queue
except:
print('Requires python3 (stop using python2)')
exit(1)
try: