From 367ce3e0cfccbd1a06aa71867cdb0e7474e67b3d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2012 23:57:55 -0400 Subject: [PATCH] Make an explanation truer and funnier. --- irkerd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/irkerd b/irkerd index 6166b43..8172edf 100755 --- a/irkerd +++ b/irkerd @@ -39,9 +39,9 @@ ANTI_BUZZ_DELAY = 0.09 # Anti-buzz delay after queue-empty check # No user-serviceable parts below this line # This black magic imports support for green threads (coroutines), -# then has kinky sex with the threading library internals. -# Threads then become ultra-light-weight and cooperatively -# scheduled. +# then has kinky sex with the import library internals, replacing +# "threading" with a coroutine-using impostor. Threads then become +# ultra-light-weight and cooperatively scheduled. try: import eventlet; eventlet.monkey_patch() green_threads = True -- 2.26.2