-
Notifications
You must be signed in to change notification settings - Fork 418
bind executor to subscribe/publish #2449
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
Comments
@owny990312 I would not recommend to use the Listener at all. If you want to have explicit control over the thread you need to use the WaitSet instead. Here it is possible to spawn a thread explicitly, maybe from you executor thread API, and handle all events directly. |
Thank you for your response. |
No API of iceoryx is thread-safe if it is not explicitly stated in the documentation. |
Thank you for your response. |
I would like to ask, is there any way to make the subscribe callback run in the specified executor thread API.
In addition, is the listener object multi-threaded when listening to multiple subscribers? Is it possible to configure the number of threads?
The text was updated successfully, but these errors were encountered: