LeviLamina
Loading...
Searching...
No Matches
SingleThreaded.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::PubSub::ThreadModel {
6
8public:
9 // SingleThreaded inner types declare
10 // clang-format off
11 class NullMutex;
12 // clang-format on
13
14 // SingleThreaded inner types define
15 class NullMutex {};
16
18};
19
20} // namespace Bedrock::PubSub::ThreadModel