wangzhengquan
2020-07-07 379f42982b8c57ee6511cb8e498019f454323977
squeue/include/lock_free_queue.h
@@ -89,6 +89,8 @@
    /// LockFreeQueue::size
    inline bool full();
    inline bool empty();
    /// @brief push an element at the tail of the queue
    /// @param the element to insert in the queue
    /// Note that the element is not a pointer or a reference, so if you are using large data