MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / XLockFreeStack

Method XLockFreeStack

src/4JLibraries_Source/XLockFreeStack.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4template <typename T>
5XLockFreeStack<T>::XLockFreeStack() {
6 this->m_vector = new std::vector<T>();
7 InitializeCriticalSectionAndSpinCount(&m_mutex, 0x1400);
8}
9
10template <typename T>
11T* XLockFreeStack<T>::Pop() {

Callers

nothing calls this directly

Tested by

no test coverage detected