RosClient.call_in_thread
- RosClient.call_in_thread(callback)
Call the given function in a thread.
The threading implementation is deferred to the factory.
- Parameters
callback (
callable
) – Callable function to be invoked.
Call the given function in a thread.
The threading implementation is deferred to the factory.
callback (callable
) – Callable function to be invoked.