Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created January 17, 2025 14:36
Show Gist options
  • Save dontpaniclabsgists/4adff8e2933d4b77a4596660a1e9ec2d to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/4adff8e2933d4b77a4596660a1e9ec2d to your computer and use it in GitHub Desktop.
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