Skip to content
Snippets Groups Projects
Commit 8fe3fcea authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Thread.Queue: Added FIXME.

The Thread.Queue API ought to be extended to be compatible with ADT.Queue.
parent 7bbdec13
No related branches found
No related tags found
No related merge requests found
...@@ -240,8 +240,11 @@ optional class Fifo { ...@@ -240,8 +240,11 @@ optional class Fifo {
//! between @[Queue] and @[Fifo] is that @[Queue] //! between @[Queue] and @[Fifo] is that @[Queue]
//! will never block in write(), only allocate more memory. //! will never block in write(), only allocate more memory.
//! //!
//! @fixme
//! Ought to be made API-compatible with @[ADT.Queue].
//!
//! @seealso //! @seealso
//! @[Fifo] //! @[Fifo], @[ADT.Queue]
//! //!
optional class Queue { optional class Queue {
inherit Condition : r_cond; inherit Condition : r_cond;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment