RosClient.call_in_thread

RosClient.call_in_thread(callback)[source]

Call the given function in a thread.

The threading implementation is deferred to the factory.

Args:

callback (callable): Callable function to be invoked.