memgraph/include/threading/id.hpp
Kruno Tomola Fabro b2ce3d58a4 Added cleaner.
Added multithreading to dbms.
Skiplist now supports emplace insert.
2016-08-30 00:45:07 +01:00

7 lines
74 B
C++

#pragma once
namespace this_thread
{
// thread_local unsigned id = 0;
};