Files
mxtasking/src/mx/memory/reclamation/epoch_t.h
2021-03-22 18:38:54 +01:00

5 lines
100 B
C++

#pragma once
#include <cstdint>
namespace mx::memory::reclamation {
using epoch_t = std::uint32_t;
}