memgraph/include/threading/id.hpp

7 lines
75 B
C++
Raw Normal View History

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