Skip to content

fix(coro): fix when_any when an awaitable is already finished before co_await#1415

Merged
braindigitalis merged 3 commits intobrainboxdotcc:devfrom
Mishura4:coro
Apr 12, 2025
Merged

fix(coro): fix when_any when an awaitable is already finished before co_await#1415
braindigitalis merged 3 commits intobrainboxdotcc:devfrom
Mishura4:coro

Conversation

@Mishura4
Copy link
Member

PR includes #1414 because I can't test otherwise

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@github-actions github-actions bot added documentation Improvements or additions to documentation code Improvements or additions to code. labels Apr 12, 2025
@netlify
Copy link

netlify bot commented Apr 12, 2025

Deploy Preview for dpp-dev ready!

Name Link
🔨 Latest commit 69900a4
🔍 Latest deploy log https://app.netlify.com/sites/dpp-dev/deploys/67f9af66b8c6dd0008342947
😎 Deploy Preview https://deploy-preview-1415--dpp-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Mishura4 Mishura4 marked this pull request as ready for review April 12, 2025 00:26
@Mishura4
Copy link
Member Author

Fixes #1413

@Mishura4 Mishura4 linked an issue Apr 12, 2025 that may be closed by this pull request
@braindigitalis braindigitalis merged commit f71026e into brainboxdotcc:dev Apr 12, 2025
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code Improvements or additions to code. documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dpp::when_any result not returning the index_finished correctly

2 participants