Closed rwaldron closed 4 years ago
Yeah, I guess it should. Originally I preferred not refactoring out a common AO since the branching on sync and async made it harder to read. But... then I committed the refactor anyway? So I must have changed my mind? Been a while.
With the introduction of the new abstract operation
DoWait()
that accepts a mode ofasync
orsync
, I would expect the algorithm steps inAtomics.wait
to be replaced with: