Horizon Official Technical Documentation
|
|
Public Attributes | |
std::shared_ptr< T > | data |
std::unique_ptr< node > | next |
std::shared_ptr<T> ThreadSafeQueue< T >::node::data |
Referenced by ThreadSafeQueue< T >::push().
std::unique_ptr<node> ThreadSafeQueue< T >::node::next |
Referenced by ThreadSafeQueue< T >::push(), and ThreadSafeQueue< T >::size().