Open
Description
Provide a method similar to std::thread::scope
for spawning threads that can borrow from their environment. This will allow crates using loom
to avoid having to use Arc
s for state shared between multiple threads.
Metadata
Metadata
Assignees
Labels
No labels