Make an explanation truer and funnier.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 03:57:55 +0000 (23:57 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Oct 2012 03:57:55 +0000 (23:57 -0400)
irkerd

diff --git a/irkerd b/irkerd
index 6166b43bbff059a9f0e19e807bd4648a0acc46f4..8172edf8762e7d899199164299ccaf130238f127 100755 (executable)
--- 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