Skip to content

[Feature Request] A get_any method for list of futures #230

@ChaosEternal

Description

@ChaosEternal

A get_any(futures :List[Future]) -> Tuple[ActorRef, Any] will return as soon as one Future in futures has a result.
The result of this function should have the ActorRef and the result of the future.

Use-case: to process a list of tasks within a limited parallelism.

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