[>] pywinmutex > winmutex

This commit is contained in:
2025-04-02 14:03:37 +03:00
parent 420e352745
commit f2ed9af99f
7 changed files with 17 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
from pywinmutex import WindowsMutex
from winmutex import WindowsMutex
mutex_name = "anidev.myapp.mutex.{}" # Name constructor
mutex = WindowsMutex(mutex_name.format(0), True)