|
rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
|
This is the complete list of members for rosros.rclify.task.Future, including all inherited members.
| __await__(self) | rosros.rclify.task.Future | |
| __del__(self) | rosros.rclify.task.Future | |
| __init__(self, *executor=None) | rosros.rclify.task.Future | |
| _callbacks | rosros.rclify.task.Future | protected |
| _cancelled | rosros.rclify.task.Future | protected |
| _done | rosros.rclify.task.Future | protected |
| _exception | rosros.rclify.task.Future | protected |
| _exception_fetched | rosros.rclify.task.Future | protected |
| _invoke_done_callbacks(self) | rosros.rclify.task.Future | protected |
| _lock | rosros.rclify.task.Future | protected |
| _result | rosros.rclify.task.Future | protected |
| add_done_callback(self, callback) | rosros.rclify.task.Future | |
| cancel(self) | rosros.rclify.task.Future | |
| cancelled(self) | rosros.rclify.task.Future | |
| done(self) | rosros.rclify.task.Future | |
| exception(self) | rosros.rclify.task.Future | |
| result(self) | rosros.rclify.task.Future | |
| set_exception(self, exception) | rosros.rclify.task.Future | |
| set_result(self, result) | rosros.rclify.task.Future |