userver
C++ Async Framework
Loading...
Searching...
No Matches
run_in_coro.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/engine/run_in_coro.hpp
4
/// @brief @copybrief RunInCoro
5
6
#
include
<
cstddef
>
7
8
#
include
<
userver
/
utils
/
function_ref
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
/// @deprecated use engine::RunStandalone instead
13
void
RunInCoro
(utils::function_ref<
void
()> payload, std::size_t worker_threads = 1);
14
15
USERVER_NAMESPACE_END
userver
engine
run_in_coro.hpp
Generated on Tue Nov 19 2024 11:25:43 for userver by
Doxygen
1.10.0