-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enhanced Thread Pool Implementation #304
base: main
Are you sure you want to change the base?
Conversation
2ef81a5
to
ae123f2
Compare
ae123f2
to
19540d2
Compare
19540d2
to
c8fd30a
Compare
c8fd30a
to
c8bfd93
Compare
c8bfd93
to
3c9d470
Compare
3c9d470
to
80f71cb
Compare
80f71cb
to
5d60381
Compare
Signed-off-by: jparisu <[email protected]>
Signed-off-by: jparisu <[email protected]>
Signed-off-by: jparisu <[email protected]>
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 <[email protected]>
Signed-off-by: jparisu <[email protected]>
New Enchanced Thread Pool Implementation with following characteristics:
It requires #270