-
Notifications
You must be signed in to change notification settings - Fork 53
Data structures interfaces for multi-threaded executor #355
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
Data structures interfaces for multi-threaded executor #355
Conversation
Signed-off-by: Jan Staschulat <[email protected]>
|
@Mergifyio backport rolling iron |
✅ Backports have been createdDetails
|
Codecov Report
@@ Coverage Diff @@
## master #355 +/- ##
==========================================
- Coverage 69.20% 69.13% -0.08%
==========================================
Files 16 16
Lines 2715 2715
Branches 765 765
==========================================
- Hits 1879 1877 -2
- Misses 450 451 +1
- Partials 386 387 +1 |
Signed-off-by: Jan Staschulat <[email protected]>
Signed-off-by: Jan Staschulat <[email protected]>
* added custom pointer in data structures Signed-off-by: Jan Staschulat <[email protected]> * added executor type Signed-off-by: Jan Staschulat <[email protected]> * renamed struct Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> (cherry picked from commit 4b8ef7b)
* added custom pointer in data structures Signed-off-by: Jan Staschulat <[email protected]> * added executor type Signed-off-by: Jan Staschulat <[email protected]> * renamed struct Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> (cherry picked from commit 4b8ef7b)
#362) * Data structures interfaces for multi-threaded executor (#355) * added custom pointer in data structures Signed-off-by: Jan Staschulat <[email protected]> * added executor type Signed-off-by: Jan Staschulat <[email protected]> * renamed struct Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> (cherry picked from commit 4b8ef7b) * inserted a space to trigger ci-pipeline Signed-off-by: Jan Staschulat <[email protected]> * removed white space - retrigger ci pipeline Signed-off-by: Jan Staschulat <[email protected]> * updated actions/checkout to version v3 Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> Co-authored-by: Jan Staschulat <[email protected]>
#363) * Data structures interfaces for multi-threaded executor (#355) * added custom pointer in data structures Signed-off-by: Jan Staschulat <[email protected]> * added executor type Signed-off-by: Jan Staschulat <[email protected]> * renamed struct Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> (cherry picked from commit 4b8ef7b) * inserted a space to trigger ci-pipeline Signed-off-by: Jan Staschulat <[email protected]> * removed white space - retrigger ci pipeline Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]> Co-authored-by: Jan Staschulat <[email protected]>
|
Having recently updated this package in my local build env to include this PR, I started running into build errors. One of my platform headers already While I would agree with a statement along the lines of "that's not a very good idea to globally Would it perhaps be possible to prefix the names in the Edit: the |
|
@gavanderhoorn thanks for the comment. Sure I can change the default type name to something more descriptive What do you think? |
Would you not want that all upper case? Seeing as it's an Oh, wait. My comment was about
Yes, that seems much more descriptive and would have less chance of clashing. |
|
Sure, I meant |
|
Seems like a good name. Would it perhaps be an idea to prefix all members? |
|
created an issue #378 |
The multi-threaded executor PR is not finished yet. I'l like to provide this feature also for the Iron-release. Therefore, I'd like to have the interface definitions already in Iron. Specifically, I just need a
custompointer inexecutor.handexecutor_handle.h.