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
Add Thread::LinkedList#each to safely iterate lists (#15300)
Sometimes we'd like to be able to safely iterate the lists. Also adds `Thread.each(&)` and `Fiber.each(&)` as convenience accessors.
This will be used in RFC 2 to safely iterate execution contexts for example.
Also adds `Thread.each(&)` and `Fiber.each(&)`.
0 commit comments