Skip to content

Instantly share code, notes, and snippets.

@rjosephwright
Created July 23, 2013 07:05
Show Gist options
  • Save rjosephwright/6060371 to your computer and use it in GitHub Desktop.
Save rjosephwright/6060371 to your computer and use it in GitHub Desktop.
def start():
t = Thread(target=dispatcher)
t.start()
def shutdown():
_dispatch_queue.put(None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment