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