userver
C++ Async Framework
Loading...
Searching...
No Matches
background_task_storage_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/concurrent/background_task_storage_fwd.hpp
4
/// @brief Forward declarations for concurrent::BackgroundTaskStorage
5
6
#
include
<
userver
/
utils
/
fast_pimpl
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
concurrent
{
11
12
class
BackgroundTaskStorageCore;
13
class
BackgroundTaskStorage;
14
15
using
BackgroundTaskStorageFastPimpl =
utils
::FastPimpl<BackgroundTaskStorage, 208, 16>;
16
17
}
// namespace concurrent
18
19
USERVER_NAMESPACE_END
userver
concurrent
background_task_storage_fwd.hpp
Generated on Thu May 21 2026 16:18:27 for userver by
Doxygen
1.13.2