E&S CVS Commit: PEAK - Simplified activity timeout algorithm to a two-line loop with no
pje at eby-sarna.com
pje at eby-sarna.com
Wed Jan 21 17:36:00 EST 2004
Module Name: PEAK
Committed By: pje
Date: Wed Jan 21 22:35:04 UTC 2004
Modified Files:
PEAK/src/peak/running: scheduler.py
PEAK/src/peak/running/tests: __init__.py
Log Message:
Simplified activity timeout algorithm to a two-line loop with no
arithmetic, using the standard 'peak.events' approach: an interesting
example of converting callback-think into thread-think.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/scheduler.py.diff?r1=1.40&r2=1.41
http://cvs.eby-sarna.com/PEAK/src/peak/running/tests/__init__.py.diff?r1=1.17&r2=1.18
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 PEAK/src/peak/running/scheduler.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/running/tests/__init__.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list