dius 0.1.0
Loading...
Searching...
No Matches
mutex.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::sync {
4class DumbSpinlock;
5}
6namespace dius {
7using Mutex = di::sync::DumbSpinlock;
8}
Definition mutex.h:6
Definition platform.h:12
Definition directory_entry.h:11