automapper
automapper copied to clipboard
feat(loader): lock load class on file loader to avoid race condition
There can be race condition when multiple php process would generate the class at the same time, so we add a lock here to avoid this problem