Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 17, 2025
1 parent e4654e6 commit d1e7849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/corof.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace corof
public:
auto initial_suspend()
{
return std::suspend_never{};
return std::suspend_always{};
}

auto final_suspend() noexcept
Expand Down

0 comments on commit d1e7849

Please sign in to comment.