Skip to content

Conversation

@dietmarkuehl
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Aug 13, 2025

Coverage Status

coverage: 93.258% (-0.02%) from 93.277%
when pulling 999eaf4 on issues
into 0495d7f on main.


ex::sync_wait(execute_all());
ex::sync_wait([]() -> ex::task<void, ex::empty_env> {
auto t = [](const int/* this would be added: &*/ v) -> ex::task<int, ex::empty_env> { co_return v; }(42);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[pre-commit] reported by reviewdog 🐶

Suggested change
auto t = [](const int/* this would be added: &*/ v) -> ex::task<int, ex::empty_env> { co_return v; }(42);
auto t = [](const int /* this would be added: &*/ v) -> ex::task<int, ex::empty_env> { co_return v; }(42);

@dietmarkuehl dietmarkuehl marked this pull request as ready for review August 15, 2025 00:27
@dietmarkuehl dietmarkuehl merged commit 476f66a into main Aug 15, 2025
63 checks passed
@dietmarkuehl dietmarkuehl deleted the issues branch August 15, 2025 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants