import public Evince.Synchronized
asyncWithLock : IORef Bool -> Async e [] a -> Async e [] a
Run an action with the lock held, serializing concurrent `Async` fibers (across worker threads) via the atomic CAS spinlock.