Skip to content

equivalent to async #26

Description

@maoravni

What is the LibQ equivalent to std::async? More specifically:

std::future f = std::async([]{
// ...
return 42;
}));
int i = f.get();

when the function blocks until f.get() returns with a value?

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