Skip to content

Instantly share code, notes, and snippets.

@calston
Created March 31, 2014 14:43
Show Gist options
  • Save calston/9893963 to your computer and use it in GitHub Desktop.
Save calston/9893963 to your computer and use it in GitHub Desktop.
def thingsAndStuff():
# Do many things
pass
reactor.callWhenRunning(thingsAndStuff)
reactor.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment