soabase / soabase-stages

A tiny library that makes staged/pipelined CompletableFutures much easier to create and manage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support canceling hung tasks

Randgalt opened this issue · comments

CompletableFuture ignores mayInterruptIfRunning of it's cancel method. It would be nice if Stages could interrupt running tasks.