C++ direct function call is async
Hello, I have a question to understand C++ roscpp callback implementation. I have noticed that even if I call function directly from code which is a subscriber callback, the program calls is async with AsyncSpinner. Is it right?
And if it is, how can I call another function asynchronously (if the ros event loop)?
Thank you