-
Notifications
You must be signed in to change notification settings - Fork 0
should be able to abort running jobs #2
Open
Description
I cannot do this now. I will need to be able to either identify the thread running the task and kill it, or I need the Future object that the submit() method of the Executor provided, which I can use to kill the task.
I need the ability to track the Future objects for other reasons, so that will probably be best.
Metadata
Metadata
Assignees
Labels
No labels