-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
There should be a way for consumers of Futures to notify that they are not interested in the task at hand anymore. For some kinds of tasks this may allow cancelling the task in-flight (e.g. an IO task, or a task consisting of multiple steps).
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
- [C++] Use FnOnce for TaskGroup's tasks instead of std::function (supercedes)
- [R][C++] Allow cancelling long-running commands (is depended upon by)
PRs and other links:
Note: This issue was originally created as ARROW-8732. Please see the migration documentation for further details.