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,
14
std::size_t worker_threads = 1);
15
16
USERVER_NAMESPACE_END
userver
engine
run_in_coro.hpp
Generated on Wed May 15 2024 22:19:20 for userver by
Doxygen
1.10.0