Async executor in ROS2

You might want to have a look at this:

I implemented asynchronous spinning for my ros2_components a while ago.
But I have to warn you that the standard syntax for using clients won’t work anymore if you spin the executor async.