Unsure of what to make of the multithreading example in unit 5

In exercise 53 in unit 5, we’re told to compare MultiThreadedExecutor, SingleThreadedExecutor but when I copy the code, the rotate function is still the only thing that prints to std during its execution, I would have thought to see the other callbacks print too, what am I missing?

Hello @dumbkreate ,

Yes, when using the MultiThreaded Executor you should see all callbacks being executed. Can you paste here the whole code you are using?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.