Skip to content

Instantly share code, notes, and snippets.

@dreid
Created January 4, 2013 17:38
Show Gist options
  • Save dreid/4454452 to your computer and use it in GitHub Desktop.
Save dreid/4454452 to your computer and use it in GitHub Desktop.
from klein import route
@route('/'):
def accept_some_work(request):
reactor.callLater(0, do_some_work, request)
return 'OK'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment