From abe67c17029ab9078d253ca7ba4f644ab01083aa Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Sat, 17 Dec 2011 11:09:51 -0600 Subject: [PATCH] Add note about BoundedSemaphore to TODO. --- README.rdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 3f0aa63..0b5a469 100644 --- a/README.rdoc +++ b/README.rdoc @@ -69,4 +69,8 @@ Install the gem with: * Add finalizer to Mutex? (finalizer on Semaphore objects may be enough) or a method to 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 +* Improve interface to SharedMemory to be more Array-like and generally usable +* Remove bsem from libpsem as it is of little use and doesn't work on Mac OS X +* Possibly implement BoundedSemaphore with arbitrary bound (in Ruby + rather than relying on sem_getvalue()), but this is of little + utility beyond extra error checking.. \ No newline at end of file