memgraph/include/threading/id.hpp
2016-08-10 09:39:02 +01:00

7 lines
75 B
C++

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