about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 5be5478..a7d9e3d 100644
--- a/README
+++ b/README
@@ -11,13 +11,16 @@ network-aware message queue implementations.
 
 == Features
 
-* Supports message notifications via signals and block execution
-  in a separate thread.
+* Supports message notifications via signals on all platforms
 
 * Supports portable non-blocking operation.  Under Linux 2.6.6+ and
   FreeBSD 7.2+, POSIX_MQ objects may even be used with event
   notification mechanisms such as IO.select.
 
+* Supports notifications via block execution in a separate thread
+  on platforms that implement SIGEV_THREAD for mq_notify(3),
+  currently only GNU/Linux.
+
 * Optional timeouts may be applied to send and receive operations.
 
 * Thread-safe blocking operations under Ruby 1.9, releases GVL