From a7bc854b41d55f517be0e864f6f0bdf4485f5c49 Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Sat, 17 Dec 2011 11:07:57 -0600 Subject: [PATCH] Add some more TOOD's. --- README.rdoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 06257f2..3f0aa63 100644 --- a/README.rdoc +++ b/README.rdoc @@ -61,10 +61,12 @@ Install the gem with: == Todo -* Implement ConditionVariable +* Test ConditionVariable * Implement optional override of core Thread/Mutex classes * Extend libpsem to win32? (See Python's processing library) * Break out tests that use PSem.getvalue() (which isn't supported on Mac OS X) so that the test suite will pass * Add finalizer to Mutex? (finalizer on Semaphore objects may be enough) or a method to - explicitly close and release resources? \ No newline at end of file + explicitly close and release resources? +* Test semantics of crashing processes who still hold locks, etc. +* Improve interface to SharedMemory to be more Array-like and generally usable \ No newline at end of file