E&S CVS Commit: PEAK - Kick off the new year with a draft (i.e. untested version) of 'peak.events'
pje@eby-sarna.com
pje@eby-sarna.com
Thu Jan 1 00:07:00 2004
Module Name: PEAK
Committed By: pje
Date: Thu Jan 1 05:06:48 UTC 2004
Modified Files:
PEAK/src/peak/api: __init__.py tests.py
Added Files:
PEAK/src/peak/events: __init__.py api.py event_threads.py interfaces.py
sources.py
PEAK/src/peak/events/tests: __init__.py
Log Message:
Kick off the new year with a draft (i.e. untested version) of 'peak.events'
Includes full interface docs, and implementations for major concepts like
subscriptions, threads, events, task switches, queues, etc. The only
interface without an implementation yet is 'IProactor' (which really needs
a better name, anyway). Next up for this package: unit tests, I/O events,
and algebraic events like 'AnyOf()' and 'Compute(expr,dependencies)'.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.38&r2=1.39
http://cvs.eby-sarna.com/PEAK/src/peak/api/tests.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/events/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/events/api.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/events/event_threads.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/events/interfaces.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/events/sources.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/events/tests/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/api/tests.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/events/__init__.py \
PEAK/src/peak/events/api.py PEAK/src/peak/events/event_threads.py \
PEAK/src/peak/events/interfaces.py PEAK/src/peak/events/sources.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/events/tests/__init__.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.