mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
5 lines
100 B
C++
5 lines
100 B
C++
#pragma once
|
|
#include <cstdint>
|
|
namespace mx::memory::reclamation {
|
|
using epoch_t = std::uint32_t;
|
|
} |