[Zope-Checkins] CVS: Zope2 - ThreadedAsync.py:1.1
Jim Fulton
jim@digicool.com
Fri, 5 May 2000 15:45:40 -0400
Update of /cvs-repository/Zope2/lib/python
In directory korak.digicool.com:/projects/users/jim/ZEO/lib/python
Added Files:
ThreadedAsync.py
Log Message:
This module provides a way to install callbacks to be notified when
the asyncore main loop starts. This is necessary for applications, like
ZEO, that need to be able to change their behavior depending on whether the
main loop is running or not.