b2ce3d58a4
Added multithreading to dbms. Skiplist now supports emplace insert.
7 lines
74 B
C++
7 lines
74 B
C++
#pragma once
|
|
|
|
namespace this_thread
|
|
{
|
|
// thread_local unsigned id = 0;
|
|
};
|