memgraph/threading/id.hpp
2015-11-21 22:48:56 +01:00

7 lines
75 B
C++

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