userver
C++ Async Framework (beta)
Loading...
Searching...
No Matches
userver
engine
impl
wait_list_fwd.hpp
1
#pragma once
2
3
#include <
userver/compiler/select.hpp
>
4
#include <
userver/utils/fast_pimpl.hpp
>
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
engine::impl {
9
10
class
TaskContext;
11
12
class
WaitList;
13
using
FastPimplWaitList =
utils::FastPimpl
<WaitList, 88,
alignof
(
void
*)>;
14
15
class
WaitListLight;
16
using
FastPimplWaitListLight =
utils::FastPimpl<WaitListLight, 16, 16>
;
17
18
class
GenericWaitList;
19
using
FastPimplGenericWaitList =
utils::FastPimpl<GenericWaitList, 112, 16>
;
20
21
}
// namespace engine::impl
22
23
USERVER_NAMESPACE_END
Generated on Tue Mar 14 2023 16:21:23 for userver by
Doxygen
1.9.6