Contents:
Wrap a concurrent.futures.Future object in a rclpy.task.Future.
concurrent.futures.Future
rclpy.task.Future
future (concurrent.futures.Future[TResult]) – A concurrent.futures.Future object
A rclpy.task.Future object that wraps the given future
ROSFuture