colcon build - number of threads
How Can I define the number of threads for a colcon building process in ROS2?
In previous ros building tools we used "-j {number_of_threads}", but that does not work anymore.