Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created August 13, 2009 14:53
Show Gist options
  • Save sneeu/167222 to your computer and use it in GitHub Desktop.
Save sneeu/167222 to your computer and use it in GitHub Desktop.
class John(threading.Thread):
def __run__(self):
while True:
work = all_work.read()
if inverse(work) in self.complete_work:
self.grump()
work()
self.complete_work.append(work)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment