Skip to content

Missing thread::scope() API #396

@gendx

Description

@gendx

The std::thread::scope() API from the standard library is very useful to create threads that capture their external environment (bound to a non-'static lifetime), and to auto-generate the thread-joining code. Unfortunately, it is missing from the loom::thread module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions