From d1e7849f7e1191eeb56fe17310f956128701a92d Mon Sep 17 00:00:00 2001 From: etorth Date: Thu, 16 Jan 2025 23:20:05 -0800 Subject: [PATCH] f --- common/src/corof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/corof.hpp b/common/src/corof.hpp index 6ebca4bae..2a6eb12f3 100644 --- a/common/src/corof.hpp +++ b/common/src/corof.hpp @@ -48,7 +48,7 @@ namespace corof public: auto initial_suspend() { - return std::suspend_never{}; + return std::suspend_always{}; } auto final_suspend() noexcept