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