Skip to content
Snippets Groups Projects
Commit 9beb4432 authored by Florian Fischer's avatar Florian Fischer
Browse files

[IO] propagate callerEnvironment to reapCompletion

parent 874784cc
No related branches found
No related tags found
No related merge requests found
Pipeline #59309 passed
......@@ -151,7 +151,7 @@ class IoContext : public Logger<LogSubsystem::IO> {
*/
template <CallerEnvironment callerEnvironment = CallerEnvironment::EMPER>
void reapAndScheduleCompletions() {
auto completions = reapCompletions();
auto completions = reapCompletions<callerEnvironment>();
if (!completions.empty()) {
if constexpr (callerEnvironment == CallerEnvironment::EMPER) {
runtime.schedule(completions.begin(), completions.end());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment