Created
January 17, 2025 14:36
-
-
Save dontpaniclabsgists/4adff8e2933d4b77a4596660a1e9ec2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (this.mutexDataMap.has(key)) { | |
this.log(key + 'InsideMutex: Data is already loaded'); | |
return true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment