Skip to content

Async.fromCompletableFuture should block if cancelation fails #2903

@bplommer

Description

@bplommer

Async.fromCompletableFuture has a cancel operation that completes after calling cancel on the underlying CompletableFuture, but if the cancelation fails then CompletableFuture.cancel will immediately return false - fiber cancelation in this case should block until the future completes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions