Skip to content

Implement utils for Runnables instead of Callables #78

@todo

Description

@todo

//TODO: Implement utils for Runnables instead of Callables
for(Future<T> future: futures) {
future.get();
}
return futures;
} catch (InterruptedException | ExecutionException e) {


This issue was generated by todo based on a TODO comment in 65ecd0f when #77 was merged. cc @msmobility.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions