Skip to content

Instantly share code, notes, and snippets.

@dkuebric
Created October 17, 2012 00:00
Show Gist options
  • Save dkuebric/3902881 to your computer and use it in GitHub Desktop.
Save dkuebric/3902881 to your computer and use it in GitHub Desktop.
import eventlet as e
import oboe
s = e.greenthread.spawn
s = oboe.log_method(s, 'spawn', entry_kvs={'Async': True}) # or possible None for layer
e.greenthread.spawn = s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment