Page MenuHomePhabricator

Consider Removing mutex/async from Schema
Closed, ResolvedPublic

Description

It is possible that there aren't any race conditions between when an AJV schema validates and when its error list is available. We should check that this is the case and, if so, remove the mutexes (and attendant change to async/await syntax) from the Schema classes.