This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/src/semaphores.py
2019-12-31 14:45:53 +05:30

4 lines
63 B
Python

from threading import Semaphore
kivyuisignaler = Semaphore(0)