Skip to content
Snippets Groups Projects
Commit 367ce3e0 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Make an explanation truer and funnier.

parent 96a5faf1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment