Created
October 17, 2012 00:00
-
-
Save dkuebric/3902881 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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