NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
lock_free_queue.hpp 文件参考

无锁队列 更多...

#include "NeForce/core/async/atomic.hpp"
#include "NeForce/core/async/mutex.hpp"
#include "NeForce/core/async/thread.hpp"
#include "NeForce/core/async/thread_exit_notifier.hpp"
#include "NeForce/core/memory/unique_ptr.hpp"
lock_free_queue.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  neforce::lock_free_queue< T >
 无锁队列类模板 更多...

详细描述

无锁队列

此文件提供了无锁队列的实现,支持多线程并发访问, 无需使用互斥锁即可实现线程安全的队列操作。

在文件 lock_free_queue.hpp 中定义.