File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
include/srsran/support/async Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,6 @@ auto try_defer_to(TaskExecutor& exec)
8888 return detail::try_execute_on_awaiter<TaskExecutor, false >{exec};
8989}
9090
91- // / \brief Returns an awaitable that resumes the suspended coroutine in a different execution context. If the call
92- // / to execute fails, the awaitable will retry it until it succeeds.
93- template <typename TaskExecutor>
94- auto execute_on_blocking (TaskExecutor& exec)
95- {
96- return detail::blocking_execute_on_awaiter<TaskExecutor, true >(exec);
97- }
98-
9991// / \brief Returns an awaitable that resumes the suspended coroutine in a different execution context. If the call
10092// / to defer fails, the awaitable will retry it until it succeeds.
10193template <typename TaskExecutor>
You can’t perform that action at this time.
0 commit comments