Feature request
Add an example showing how to use multi-threaded executors and callback groups.
Feature description
ROS 2 has the ability to have callbacks executed on different threads, but there aren't any simple examples showing how to do this in the current codebase. Adding an example something like https://github.com/clalancette/mtexec_example will show new users how to use the multi-threaded callbacks and callback groups.