Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make manual symmetric transfer for ThenInline #223

Merged
merged 4 commits into from
Nov 13, 2022
Merged

Make manual symmetric transfer for ThenInline #223

merged 4 commits into from
Nov 13, 2022

Conversation

MBkkt
Copy link
Member

@MBkkt MBkkt commented Nov 12, 2022

Purpose

Related Information

  • Design document: ...
  • Bench PR: ...

Testing

  • This change is a trivial rework or code cleanup without any test coverage.
  • This change is already covered by existing tests.
  • This PR adds tests that were used to verify all changes.
  • There are tests in an external testing repository: ...

@MBkkt MBkkt requested a review from kononovk as a code owner November 12, 2022 19:21
@MBkkt MBkkt force-pushed the another-try-4 branch 3 times, most recently from bdd7499 to b6bcfb4 Compare November 12, 2022 19:44
@coveralls
Copy link

coveralls commented Nov 12, 2022

Pull Request Test Coverage Report for Build 3453005458

  • 188 of 188 (100.0%) changed or added relevant lines in 18 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 3357625097: 0.0%
Covered Lines: 1485
Relevant Lines: 1485

💛 - Coveralls

@codecov
Copy link

codecov bot commented Nov 12, 2022

Codecov Report

Merging #223 (b07f28a) into main (e1da1bc) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #223   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        64    +1     
  Lines         1414      1485   +71     
=========================================
+ Hits          1414      1485   +71     
Impacted Files Coverage Δ
include/yaclib/coro/mutex.hpp 100.00% <ø> (ø)
src/lazy/task_impl.cpp 100.00% <ø> (ø)
include/yaclib/algo/detail/base_core.hpp 100.00% <100.00%> (ø)
include/yaclib/algo/detail/core.hpp 100.00% <100.00%> (ø)
include/yaclib/algo/detail/inline_core.hpp 100.00% <100.00%> (ø)
include/yaclib/algo/detail/result_core.hpp 100.00% <100.00%> (ø)
include/yaclib/algo/detail/wait_event.hpp 100.00% <100.00%> (ø)
include/yaclib/algo/wait_group.hpp 100.00% <100.00%> (ø)
include/yaclib/async/detail/future_impl.hpp 100.00% <100.00%> (ø)
include/yaclib/async/detail/promise_impl.hpp 100.00% <100.00%> (ø)
... and 18 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@MBkkt MBkkt self-assigned this Nov 12, 2022
@MBkkt MBkkt assigned MBkkt and unassigned MBkkt Nov 12, 2022
@MBkkt MBkkt merged commit 8c78ebf into main Nov 13, 2022
@MBkkt MBkkt deleted the another-try-4 branch November 15, 2022 18:48
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.

None yet

2 participants