stdexec: update to latest commit
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I93e33afb0ca87f425074e86f87e6cde320f20dbc
diff --git a/src/async/context.cpp b/src/async/context.cpp
index 96535fa..17ec7ce 100644
--- a/src/async/context.cpp
+++ b/src/async/context.cpp
@@ -103,8 +103,8 @@
{
// Handle the next sdbus event. Completion likely happened on a
// different thread so we need to transfer back to the worker thread.
- co_await execution::transfer(wait_process_sender(ctx),
- ctx.loop.get_scheduler());
+ co_await execution::continues_on(wait_process_sender(ctx),
+ ctx.loop.get_scheduler());
}
{