mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 23:18:26 +00:00
69bd6af877
In some cases, `lock.wait()` can be interrupted by spurious wake-ups before processing is done. To ensure things are, in fact, synchronous, loop over `wait()` until it is actually done.