Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ Node
Method
Node
benchmarks/lockbasedqueue.h:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
template<typename U>
87
Node(U&& item)
88
: item(std::forward<U>(item)), next(nullptr)
89
{
90
}
91
};
92
93
std::mutex mutex;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected