Skip to content

Using CompletableFuture would simplify the code and be more powerful for users #14

@mikehearn

Description

@mikehearn

It'd be great if there were async versions of execute. It looks easy to add: just replace FutureExecutionResponse with a real CompletableFuture, return it from the execute methods and then change the current blocking execute methods to simply call get() on them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions