Enhanced Thread Pool Implementation#304
Open
jparisu wants to merge 5 commits into
Open
Conversation
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 19, 2022 07:57
2ef81a5 to
ae123f2
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 19, 2022 14:19
ae123f2 to
19540d2
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 05:29
19540d2 to
c8fd30a
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 07:44
c8fd30a to
c8bfd93
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 13:46
c8bfd93 to
3c9d470
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 13:58
3c9d470 to
80f71cb
Compare
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 14:06
80f71cb to
5d60381
Compare
jparisu
marked this pull request as ready for review
September 20, 2022 14:06
added 3 commits
September 20, 2022 16:07
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
jparisu
force-pushed
the
feature/enchance-thread-pool
branch
from
September 20, 2022 14:07
5d60381 to
eb0290a
Compare
Codecov ReportBase: 53.19% // Head: 53.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #304 +/- ##
==========================================
+ Coverage 53.19% 53.76% +0.57%
==========================================
Files 104 121 +17
Lines 3848 3980 +132
Branches 1413 1467 +54
==========================================
+ Hits 2047 2140 +93
+ Misses 998 995 -3
- Partials 803 845 +42
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Enchanced Thread Pool Implementation with following characteristics:
It requires #270