d01af6168d
It implements notification mechanisms for socket events (read or write) and timers. Additionally external event dispatchers may be called during an idle period. WWW: http://www.bitkipper.net/Package/pynotifier PR: ports/107377 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
7 lines
284 B
Text
7 lines
284 B
Text
pyNotifier is a notifier/event scheduler abstraction written in python.
|
|
|
|
It implements notification mechanisms for socket events (read or write)
|
|
and timers. Additionally external event dispatchers may be called during
|
|
an idle period.
|
|
|
|
WWW: http://www.bitkipper.net/Package/pynotifier
|