You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Arcs for state shared between multiple threads.
The text was updated successfully, but these errors were encountered:
Provide a method similar to
std::thread::scope
for spawning threads that can borrow from their environment. This will allow crates usingloom
to avoid having to useArc
s for state shared between multiple threads.The text was updated successfully, but these errors were encountered: