From 8cfba64f8699e2fea7db21d668887b1f6e628d13 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 6 Jun 2007 15:05:38 -0400 Subject: [PATCH] add TODO item to add the ability to watch for timeouts in the event loop --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index dac9737e..9af00fae 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ - reading out the relevant INIT_PROCESS entry when /var/run/utmp changes - move most of the code to a separate runtime library (libplyre maybe?) and have the various binaries link to it +- add the ability to watch for timeouts in the event loop