mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Initial commit
This commit is contained in:
5
src/mx/memory/reclamation/epoch_t.h
Normal file
5
src/mx/memory/reclamation/epoch_t.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
namespace mx::memory::reclamation {
|
||||
using epoch_t = std::uint32_t;
|
||||
}
|
||||
Reference in New Issue
Block a user