Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson c7b619a50a It's safe for Waker.on_receive() to drain all bytes.
By the the time Waker.wake() writes to the pipe, any shared state that
would trigger action on the Broker thread has already been updated, so
reading subsequent bytes caused by later Waker.wake() can't miss
anything.

This avoids spewing tons of logs messages every time there is a storm of
user-generated log messages.
8 years ago
docs Reads more neatly. 8 years ago
econtext It's safe for Waker.on_receive() to drain all bytes. 8 years ago
examples Rearrange docs, split connection methods into submodules. 9 years ago
tests Somre more basic tests. 9 years ago
todo Broken SSH unit test. 9 years ago
.gitignore Initial .gitignore. 9 years ago
preamble_size.py Introduce econtext.core.Router, refactor everything 8 years ago
setup.py Python 2.4 compat in setup.py. 9 years ago