Skip to content

Conversation

MBkkt
Copy link
Member

@MBkkt MBkkt commented Sep 10, 2022

Purpose

Also make first step to current executor in coroutines

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 September 10, 2022 18:04
@MBkkt MBkkt added the WIP Work in progress label Sep 10, 2022
@MBkkt MBkkt changed the title Mbkkt/remove caller overhead Remove caller overhead Sep 10, 2022
@codecov
Copy link

codecov bot commented Sep 10, 2022

Codecov Report

Merging #209 (3e5bc6a) into main (046c094) will decrease coverage by 0.14%.
The diff coverage is 100.00%.

❗ Current head 3e5bc6a differs from pull request most recent head 68f379f. Consider uploading reports for the commit 68f379f to get more accurate results

@@             Coverage Diff             @@
##              main     #209      +/-   ##
===========================================
- Coverage   100.00%   99.85%   -0.15%     
===========================================
  Files           62       61       -1     
  Lines         1387     1369      -18     
===========================================
- Hits          1387     1367      -20     
- Misses           0        2       +2     
Impacted Files Coverage Δ
include/yaclib/algo/detail/inline_core.hpp 100.00% <ø> (ø)
include/yaclib/algo/detail/result_core.hpp 100.00% <ø> (ø)
include/yaclib/async/future.hpp 100.00% <ø> (ø)
include/yaclib/lazy/task.hpp 100.00% <ø> (ø)
include/yaclib/algo/detail/core.hpp 100.00% <100.00%> (ø)
include/yaclib/async/detail/future_impl.hpp 100.00% <100.00%> (ø)
include/yaclib/async/detail/when_all_impl.hpp 100.00% <100.00%> (ø)
include/yaclib/async/detail/when_any_impl.hpp 100.00% <100.00%> (ø)
include/yaclib/coro/detail/promise_type.hpp 100.00% <100.00%> (ø)
include/yaclib/lazy/detail/task_impl.hpp 95.45% <100.00%> (-4.55%) ⬇️
... and 6 more

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

@MBkkt MBkkt self-assigned this Sep 10, 2022
@MBkkt MBkkt force-pushed the mbkkt/remove-caller-overhead branch from 3e5bc6a to 68f379f Compare September 10, 2022 21:43
@MBkkt MBkkt removed the WIP Work in progress label Sep 10, 2022
@MBkkt MBkkt merged commit e834816 into main Sep 10, 2022
@MBkkt MBkkt deleted the mbkkt/remove-caller-overhead branch September 18, 2022 16:15
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.

1 participant