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
Now that #19654 has landed, Rust no longer has tasks; it has threads. There is a lot of documentation that needs to be updated to reflect the new name and API.
A starting step would be a s/task/thread/g change similar to the s/fail/panic/g change.