From 8fe3fcea5db2ec5599cfa7d86074663196a6e237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 7 Aug 2014 15:05:14 +0200
Subject: [PATCH] Thread.Queue: Added FIXME.

The Thread.Queue API ought to be extended to be compatible with ADT.Queue.
---
 lib/modules/Thread.pmod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/modules/Thread.pmod b/lib/modules/Thread.pmod
index 919c418c8c..13be56c6e9 100644
--- a/lib/modules/Thread.pmod
+++ b/lib/modules/Thread.pmod
@@ -240,8 +240,11 @@ optional class Fifo {
 //! between @[Queue] and @[Fifo] is that @[Queue]
 //! will never block in write(), only allocate more memory.
 //!
+//! @fixme
+//!   Ought to be made API-compatible with @[ADT.Queue].
+//!
 //! @seealso
-//!   @[Fifo]
+//!   @[Fifo], @[ADT.Queue]
 //!
 optional class Queue {
   inherit Condition : r_cond;
-- 
GitLab