Skip to content

Concurrent::Promise.all? always returns nil #518

@shaggyone

Description

@shaggyone
Concurrent::Promise.all?(
 Concurrent::Promise.execute { 2 },
 Concurrent::Promise.execute { 3 }
).execute.value
=> nil

Expected value is true

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAn user question, does not change the library.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions