An extension of Future which allows additional configuration of the running task.
Lucas Bubner, 2025
the result type
Whether this task should ignore the stopAll command which is automated to run at the end of every OpMode via a Hook. Defaults to false.
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.