Alternative to std::promise and std::future #1389
Unanswered
hemalbavishi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Thanks for raising this very good question! In the past few weeks, I created an exemplary binding which is very close to As you can see in types.hpp due to the lack of a exception-free I know that @MatthiasKillat thought about creating those classes and I would also be interested in implementing those. However, as there was no issue yet, I created one. I'm not sure if this will make it into the C release |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are integrating Iceoryx with ara::com for functional safety. As you might be aware that ara::core::future and ara::core::promise used by ara::com is based on std::future and std::promise which is using dynamic memory. Is there any alternate available in Iceoryx which I can use it instead of std::promise and std::future in ara::core types?
Many thanks!
Best Regards,
Hemal Bavishi
Beta Was this translation helpful? Give feedback.
All reactions