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
These t/concurrency tests haven't been run so far, despite passing
fine except the ones this commit fixes. They made a bad assumption
about `nqp::threadyield`: on a multi-core system, multiple threads
can run be scheduled at once, so one cannot simply rely on a thread
yield to run the other thread at that point in time, as they may both
be running at the same time.
0 commit comments