Commit 28747e3f authored by Dominik Charousset's avatar Dominik Charousset

Fix error in documentation of single_reader_queue

parent a0f1066c
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
} }
/// Tries to enqueue a new element to the mailbox. /// Tries to enqueue a new element to the mailbox.
/// @warning Call only from the reader (owner). /// @threadsafe
enqueue_result enqueue(pointer new_element) { enqueue_result enqueue(pointer new_element) {
CAF_ASSERT(new_element != nullptr); CAF_ASSERT(new_element != nullptr);
pointer e = stack_.load(); pointer e = stack_.load();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment