LeviLamina
Loading...
Searching...
No Matches
ThreadPoolImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OS {
6
8public:
9 // ThreadPoolImpl inner types declare
10 // clang-format off
11 struct ActionStatusImpl;
12 // clang-format on
13
14 // ThreadPoolImpl inner types define
16};
17
18} // namespace OS
Definition ThreadPoolImpl.h:7
Definition ThreadPoolImpl.h:15